allenjd3 / tuple-routing-stubs
This package allows you to stub out tuple or array routing on fresh installs of laravel
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/allenjd3/tuple-routing-stubs
This package is not auto-updated.
Last update: 2025-10-17 22:22:44 UTC
README
I recommend you use this with laravel 5.6 or above.
to install-
composer require allenjd3/tuple-routing-stubs
The package should be autodescovered.
To run the command-
php artisan stub:tuple
warning: this action will change RouteServiceProvider.php and routes/web.php. Any previous changes will be lost so I recommend only using this on fresh installs.
note: laravel-ui is recommended for auth routes mainly for the auth controllers.
To run the database stubs as well
php artisan stub:tuple --database