Whyounes / laravel5-twig by Whyounes

Twig for Laravel 5
243
5
2
Package Data
Maintainer Username: Whyounes
Maintainer Contact: younes.rafie@gmail.com (RAFIE Younes)
Package Create Date: 2015-02-09
Package Last Update: 2015-02-10
Home Page:
Language: PHP
License: Unknown
Last Refreshed: 2024-05-14 15:03:30
Package Statistics
Total Downloads: 243
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 5
Total Watchers: 2
Total Forks: 4
Total Open Issues: 1

LaravelTwig

Bringing Twig to Laravel 5 using the new Contracts Package.

##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