Looking to hire Laravel developers? Try LaraJobs

laravel-fenom maintained by neva

Description
Fenom Template Engine for Laravel 5
Last update
2015/08/20 21:46 (dev-master)
License
Links
Downloads
17
Tags

Comments
comments powered by Disqus

Fenom Template Engine for Laravel

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'}