sasin91/laravel-routes

Split your route file(s) into classes!

dev-master 2017-08-08 17:26 UTC

This package is auto-updated.

Last update: 2024-04-12 03:24:10 UTC


README

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