juniorb2ss/laravel-route-extends-macros

Utils macros to laravel route.
13 2
Install
composer require juniorb2ss/laravel-route-extends-macros
Latest Version:v1.3
PHP:^5.5.9 || ^7.0
License:MIT
Last Updated:Oct 10, 2016
Links: GitHub  ·  Packagist
Maintainer: juniorb2s

Laravel Macros Extends

Laravel Versions Compatible Build Status Total Downloads Latest Stable Version Latest Unstable Version License Code Climate Test Coverage Issue Count

This package providers macros to extends Route

Installation

Begin by installing the package through Composer.

$ composer require juniorb2ss/laravel-route-extends-macros

Then add the following to your providers array in config/app.php.

Juniorb2ss\LaravelRouteExtendsMacros\RouteServiceProvider::class

Testing

$ composer test

Usage

See wiki.

Credits