juniorb2ss / laravel-route-extends-macros
Utils macros to laravel route.
v1.3
2016-10-10 18:00 UTC
Requires
- php: ^5.5.9 || ^7.0
- illuminate/http: 5.1.* || 5.2.* || 5.3.*
- illuminate/support: 5.1.* || 5.2.* || 5.3.*
Requires (Dev)
- codeclimate/php-test-reporter: ^0.3.2
- orchestra/testbench: ~3.0
- phpunit/phpunit: ^4.8 || ^5.0
This package is not auto-updated.
Last update: 2024-11-09 20:07:12 UTC
README
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