neva / laravel-fenom
Fenom Template Engine for Laravel 5
1.0.1
2015-08-20 19:46 UTC
Requires
- php: >=5.4.0
- fenom/fenom: 2.*
- illuminate/config: 5.*
- illuminate/support: 5.*
- illuminate/view: 5.*
Requires (Dev)
This package is not auto-updated.
Last update: 2024-12-11 11:40:07 UTC
README
Documentation
Configuration
Run command:
php artisan vendor:publish --provider="Neva\Fenom\FenomServiceProvider"
Then edit by yourself: config/fenom.php
Important info
To reference views from another package, use '#' instead of ':' as delimiter. For instance:
{extends 'other_package#some.view'}