juniorb2ss/laravel-route-extends-macros
Laravel Macros Extends
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
- Christopher L Bray (Thanks for ideia)
- All Contributors