library laravel5-twig
Twig for Laravel 5
whyounes/laravel5-twig
Twig for Laravel 5
- Tuesday, February 10, 2015
- by Whyounes
- Repository
- 1 Watchers
- 5 Stars
- 226 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 5 Forks
- 1 Open issues
- 2 Versions
- 0 % Grown
LaravelTwig
Bringing Twig to Laravel 5 using the new Contracts Package., (*1)
Installation
- Add
"whyounes/laravel5-twig": "dev-master" to your composer.json file and run composer update.
- Add
'RAFIE\Twig\TwigViewServiceProvider' to your config/app.php providers array, and comment the 'Illuminate\View\ViewServiceProvider' provider.
TODO