8000 GitHub - worksome/router-checker: Checks if a laravel route is valid
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Checks if a laravel route is valid

License

Notifications You must be signed in to change notification settings

worksome/router-checker

Repository files navigation

Laravel Route Checker

Example image

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
0