mahmutbayri / laravel-5-1-extender by kalimba

This package extends some features of Laravel 5.1 Framework
16
1
1
Package Data
Maintainer Username: kalimba
Maintainer Contact: mahmutbayri@gmail.com (Mahmut Bayri)
Package Create Date: 2016-04-28
Package Last Update: 2017-05-02
Language: PHP
License: MIT
Last Refreshed: 2024-03-28 03:01:29
Package Statistics
Total Downloads: 16
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel 5.1 Extender

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.