worksome / route-checker
Checks if routes have valid controllers
Installs: 444 435
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 15
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- illuminate/console: ^10.0 || ^11.0
- illuminate/routing: ^10.0 || ^11.0
- illuminate/support: ^10.0 || ^11.0
Requires (Dev)
- larastan/larastan: ^2.6
- worksome/coding-style: ^2.8
README
Checks if your Laravel routes have 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