whyounes/laravel5-twig
LaravelTwig
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