2017 © Pedro Peláez
 

package multiple_route

MultipleRoute generator is helpful create any number of routes for your large laravel project.

image

thedevsaddam/multiple_route

MultipleRoute generator is helpful create any number of routes for your large laravel project.

  • Sunday, August 28, 2016
  • by thedevsaddam
  • Repository
  • 1 Watchers
  • 3 Stars
  • 67 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

multiple_route

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Install

Via Composer, (*2)

``` bash $ composer require thedevsaddam/multiple_route 1.0, (*3)

Add the line in your composer.json
``` bash
"thedevsaddam/multiple_route": "1.0"

Open your terminal and hit the command, (*4)

composer update

Add the line in (providers array) config/app.php ``` bash thedevsaddam\multiple_route\multiple_routeServiceProvider::class,, (*5)


## Usage To make a route go to your project root and hit the command below ``` php php artisan route:make route_name

To remove a route go to your project root and hit the command below ``` php php artisan route:remove route_name, (*6)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email thedevsaddam@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

28/08 2016

dev-master

9999999-dev https://github.com/thedevsaddam/multiple_route

MultipleRoute generator is helpful create any number of routes for your large laravel project.

  Sources   Download

MIT

The Requires

 

The Development Requires

thedevsaddam multiple_route laravel multiple route generator

17/03 2016

1.0

1.0.0.0 https://github.com/thedevsaddam/multiple_route

MultipleRoute generator is helpful create any number of routes for your large laravel project.

  Sources   Download

MIT

The Requires

 

The Development Requires

thedevsaddam multiple_route laravel multiple route generator