Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 417 Bytes

File metadata and controls

21 lines (13 loc) · 417 Bytes

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