sasin91/laravel-routes

Split your route file(s) into classes!

Downloads

7

Stars

1

Version

Laravel 5 package for generating route classes.

Software License

Helps cleaning up those long route files.

Contents

Installation

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.

Usage

```php artisan make:route {name}```
sasin91

Author

sasin91