worksome / route-checker
Checks if routes have valid controllers
Installs: 552 304
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 13
Forks: 1
Open Issues: 0
pkg:composer/worksome/route-checker
Requires
- php: ^8.4
- illuminate/console: ^12.0 || ^13.0
- illuminate/routing: ^12.0 || ^13.0
- illuminate/support: ^12.0 || ^13.0
Requires (Dev)
- larastan/larastan: ^3.9
- nunomaduro/collision: ^8.1.1
- orchestra/testbench: ^10.1 || ^11.0
- pestphp/pest: ^4.4
- pestphp/pest-plugin-laravel: ^4.1
- worksome/coding-style: ^3.4
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
