| Package Data | |
|---|---|
| Maintainer Username: | Sasin91 |
| Package Create Date: | 2017-08-08 |
| Package Last Update: | 2017-08-08 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:00:28 |
| Package Statistics | |
|---|---|
| Total Downloads: | 7 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Helps cleaning up those long route files.
composer require sasin91/laravel-routes
Add the following service provider in your providers array, in your config/app.php
\Sasin91\LaravelRoutes\LaravelRouteServiceProvider::class,
And you are ready to go.
```php artisan make:route {name}```