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}```