sasin91 / Laravel-routes by Sasin91

Split your route file(s) into classes!
7
1
3
Package Data
Maintainer Username: Sasin91
Package Create Date: 2017-08-08
Package Last Update: 2017-08-08
Language: PHP
License: MIT
Last Refreshed: 2024-05-18 15:06:50
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

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