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

This package is auto-updated.

Last update: 2024-04-29 02:43:26 UTC


README

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