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