thedevsaddam/multiple_route

This package is abandoned and no longer maintained. The author suggests using the laravel-route package instead.

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

1.0 2016-03-17 20:29 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:56:32 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Install

Via Composer

$ composer require thedevsaddam/multiple_route 1.0

Add the line in your composer.json

"thedevsaddam/multiple_route": "1.0"

Open your terminal and hit the command

composer update

Add the line in (providers array) config/app.php

thedevsaddam\multiple_route\multiple_routeServiceProvider::class,

Usage

To make a route go to your project root and hit the command below

php artisan route:make route_name

To remove a route go to your project root and hit the command below

php artisan route:remove route_name

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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