laravel-5-1-extender maintained by bayri
Description
This package extends some features of Laravel 5.1 Framework
Author
Last update
2017/05/02 13:42
(dev-master)
License
Downloads
19
Tags
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.