whyounes / laravel5-twig
There is no license information available for the latest version (v0.1) of this package.
Twig for Laravel 5
v0.1
2015-02-09 10:21 UTC
Requires
- twig/twig: 1.18.*
This package is auto-updated.
Last update: 2024-10-29 03:45:50 UTC
README
Bringing Twig to Laravel 5 using the new Contracts Package.
##Installation
- Add
"whyounes/laravel5-twig": "dev-master"
to yourcomposer.json
file and runcomposer update
. - Add
'RAFIE\Twig\TwigViewServiceProvider'
to yourconfig/app.php
providers array, and comment the'Illuminate\View\ViewServiceProvider'
provider.
##TODO
- Laravel View composers