bayri/laravel-5-1-extender
Laravel 5.1 Extender
This package extends some features of Laravel 5.1 LTS Framework.
Installation
First, require this package in composer.json and run composer update
"mahmutbayri/laravel-5-1-extender": "dev-master"
After updating, add the ServiceProvider to the array of providers in app/config/app.php
For blade directives:
'Bayri\LaravelExtender\BladeExtenderServiceProvider',
Features
This package provides tools for the following:
- Blade directives in Laravel 5.2 version.