thedevsaddam / multiple_route
MultipleRoute generator is helpful create any number of routes for your large laravel project.
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2022-02-01 12:56:32 UTC
README
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.