Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffreyvr/wp-blade


https://github.com/jeffreyvr/wp-blade

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

_THIS PACKAGE IS STILL IN DEVELOPMENT._

# WP Blade
Use the Laravel templating engine in your WordPress theme.

The [philo/laravel-blade](https://github.com/PhiloNL/Laravel-Blade) package is used for Blade.

## Usage

```php
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
* [Jeffrey van Rossum](https://github.com/jeffreyvr)
* [All contributors](https://github.com/jeffreyvr/wp-settings/graphs/contributors)

## License
MIT. Please see the [License File](/LICENSE) for more information.