Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 546 Bytes

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