worksome/route-checker

Checks if routes have valid controllers

v0.3.2 2024-02-13 14:44 UTC

This package is auto-updated.

Last update: 2024-04-13 15:17:36 UTC


README

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