https://github.com/juniorb2ss/laravel-route-extends-macros
Utils macros to laravel route.
https://github.com/juniorb2ss/laravel-route-extends-macros
Last synced: 2 months ago
JSON representation
Utils macros to laravel route.
- Host: GitHub
- URL: https://github.com/juniorb2ss/laravel-route-extends-macros
- Owner: juniorb2ss
- License: mit
- Created: 2016-10-06T13:50:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T18:54:50.000Z (over 9 years ago)
- Last Synced: 2025-01-01T14:45:26.416Z (over 1 year ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Macros Extends
[](https://laravel.com)
[](https://travis-ci.org/juniorb2ss/laravel-route-extends-macros)
[](https://packagist.org/packages/juniorb2ss/laravel-route-extends-macros)
[](https://packagist.org/packages/juniorb2ss/laravel-route-extends-macros)
[](https://packagist.org/packages/juniorb2ss/laravel-route-extends-macros)
[](https://packagist.org/packages/juniorb2ss/laravel-route-extends-macros)
[](https://codeclimate.com/github/juniorb2ss/laravel-route-extends-macros)
[](https://codeclimate.com/github/juniorb2ss/laravel-route-extends-macros/coverage)
[](https://codeclimate.com/github/juniorb2ss/laravel-route-extends-macros)
This package providers macros to extends `Route`
## Installation
Begin by installing the package through Composer.
```bash
$ composer require juniorb2ss/laravel-route-extends-macros
```
Then add the following to your providers array in `config/app.php`.
```php
Juniorb2ss\LaravelRouteExtendsMacros\RouteServiceProvider::class
```
Testing
```bash
$ composer test
```
## Usage
See wiki.
## Credits
- [Christopher L Bray](https://github.com/brayniverse) (Thanks for ideia)
- [All Contributors](../../contributors)