Use the Laravel templating engine in your WordPress theme.

dev-main 2022-07-19 09:45 UTC

This package is auto-updated.

Last update: 2024-04-19 13:28:14 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.