Use the Laravel templating engine in your WordPress theme.

Maintainers

Package info

github.com/jeffreyvr/wp-blade

pkg:composer/jeffreyvanrossum/wp-blade

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-19 17:54:30 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.