Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 629 Bytes

Readme.md

File metadata and controls

31 lines (16 loc) · 629 Bytes

Laravel 5 package for generating route classes.

Software License

Helps cleaning up those long route files.

Contents

For Laravel ~5

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