Adds Blade functionality to your theme
As of April 2026, Blade Engine is a WordPress Blade plugin with 20 active installations and a 0/5 rating0. It has been downloaded 1.9K+ times in total. Requires WordPress 4.8+ and PHP false+. Available on WordPress.org since 2017. Last updated 8 years ago — may have compatibility concerns. Top alternative: Blade.
This plugin adds and loads philo/laravel-blade to your WordPress installation.
It loads two functions, which enable you to use the Blade render engine in your templates which make your themes better readable.
The plugin adds two functions:
– render_blade_view (void, echoes the content)
– get_rendered_blade_view (string)
Both functions take the same parameters:
1. view (required, string)
2. attributes (optional, array)
When installed, the plugin creates a “views” folder in your theme directory. This is where you put your blade templates (with the .blade.php extension).
The “views” folder may contain subfolders.
wp-contents/themes/your-theme/views/components/article.blade.php:
blade
@if($show_text)
{{ $text }}
@endif
wp-contents/themes/y…
| WordPress | 4.8+ requiredTested up to 4.8.28 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.