worksome / route-checker
Checks if routes has valid controllers
Installs: 114 367
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 11
Forks: 0
Open Issues: 1
Requires
- php: ^8.0
- illuminate/console: ^8.63|^9.0
- illuminate/routing: ^8.63|^9.0
- illuminate/support: ^8.63|^9.0
README
Checks if your Laravel routes has valid controllers
Installation
The package should be installed as a dev dependency, as there is no reason to have it installed in production.
composer require worksome/route-checker --dev
Usage
To use the package simply run the following artisan command.
php artisan route:check