worksome / route-checker
Checks if routes have valid controllers
Installs: 472 968
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 15
Forks: 1
Open Issues: 0
Requires
- php: ^8.3
- illuminate/console: ^11.0 || ^12.0
- illuminate/routing: ^11.0 || ^12.0
- illuminate/support: ^11.0 || ^12.0
Requires (Dev)
- larastan/larastan: ^3.1
- nunomaduro/collision: ^7.10 || ^8.1.1
- orchestra/testbench: ^9.12 || ^10.1
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
- worksome/coding-style: ^3.2
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