worksome/route-checker

Checks if routes have valid controllers

Installs: 522 899

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 15

Forks: 1

Open Issues: 0

pkg:composer/worksome/route-checker

v0.3.3 2025-03-18 17:09 UTC

This package is auto-updated.

Last update: 2025-09-18 18:08:24 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