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: 2026-03-01 00:09:45 UTC
README
Bringing Twig to Laravel 5 using the new Contracts Package.
##Installation
- Add
"whyounes/laravel5-twig": "dev-master"to yourcomposer.jsonfile and runcomposer update. - Add
'RAFIE\Twig\TwigViewServiceProvider'to yourconfig/app.phpproviders array, and comment the'Illuminate\View\ViewServiceProvider'provider.
##TODO
- Laravel View composers