bayri / laravel-5-1-extender
This package extends some features of Laravel 5.1 Framework
v1.0.1
2016-04-29 09:22 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- illuminate/support: 5.1.*
- illuminate/view: 5.1.*
- mockery/mockery: ~0.9.4
- phpunit/phpunit: ~4.4
This package is auto-updated.
Last update: 2024-11-09 15:18:41 UTC
README
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.