News

Route Usage Package for Laravel

Published
Route Usage Package for Laravel image

Route Usage for Laravel is a package by Julien Bourdeau that logs route usage for your Laravel apps. Logging routes with this package is an excellent way of figuring out which routes are not in use:

After a few years, any projects have dead code and unused endpoints. Typically, you removed a link on your frontend, nothing ever links to that old /special-page. You want to remove it, but you’re not sure. Have a look at the route_usage table and figure out when this page was accessed for the last time.

Once you install this package, you can see route usage by visiting /route-usage in your application. Please note that this page is publicly accessible at the time of writing, and it logs 2xx and 3xx-level responses.

The package also comes with a usage:route console command which provides the following console output:

Please note that this package is in the early stages of development, and is a perfect time to provide feedback to help shape the first stable release.

You can learn more about this package, get full installation instructions, and view the source code on GitHub at julienbourdeau/route-usage.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article