This package providers macros to extends Route
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
See wiki.
- Christopher L Bray (Thanks for ideia)
- All Contributors