worksome / route-checker
Checks if routes have valid controllers
v0.3.4
2026-03-03 09:18 UTC
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
