bayri/laravel-5-1-extender

This package extends some features of Laravel 5.1 Framework

v1.0.1 2016-04-29 09:22 UTC

This package is auto-updated.

Last update: 2024-04-09 14:12:02 UTC


README

This package extends some features of Laravel 5.1 LTS Framework.

StyleCI Build Status Latest Stable Version Total Downloads Latest Unstable Version License

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.