jeffreyvanrossum / wp-blade
Use the Laravel templating engine in your WordPress theme.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jeffreyvanrossum/wp-blade
Requires
- php: ^7.4|^8.0
- philo/laravel-blade: ^3.1
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-19 16:44:49 UTC
README
THIS PACKAGE IS STILL IN DEVELOPMENT.
WP Blade
Use the Laravel templating engine in your WordPress theme.
The philo/laravel-blade package is used for Blade.
Usage
Jeffreyvr\WPBlade\WPBlade::boot();
Views
This package expects your template files to be in a views
subfolder of your theme.
Caching
By default, the Blade cache is stored in wp-content/blade/cache
.
Custom directives
TODO
Contributors
License
MIT. Please see the License File for more information.