whyounes/laravel5-twig

Twig for Laravel 5
245 5
Install
composer require whyounes/laravel5-twig
Latest Version:v0.1
Last Updated:Feb 10, 2015
Links: GitHub  ·  Packagist
Maintainer: Whyounes

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