apih/laravel-route-list-web

View all routes for your Laravel app via a web page in a browser
6,552 17
Install
composer require apih/laravel-route-list-web
Latest Version:v1.6.1
PHP:^8.0
License:MIT
Last Updated:Apr 12, 2026
Links: GitHub  ·  Packagist
Maintainer: apih

Laravel Route List Web

Latest Version on Packagist Total Downloads License

This package provides a way to view your Laravel app routes via a web browser.

Screenshots

Requirements

  • PHP: ^8.0
  • Laravel: ^8.0|^9.0|^10.0|^11.0|^12.0|^13.0

Installation

You can install the package via Composer:

composer require apih/laravel-route-list-web --dev

The Apih\RouteListWeb\RouteListWebServiceProvider class is auto-discovered and registered by default.

If you want to register it yourself, add the service provider in config/app.php:

'providers' => [
    /*
     * Package Service Providers...
     */
    Apih\RouteListWeb\RouteListWebServiceProvider::class,
],

Usage

To view the routes in a web browser, just open /route:list path. For example, if your app domain is https://dev.test, open https://dev.test/route:list.

Security Vulnerabilities

If you discover any security related issues, please email hafizuddin_83@yahoo.com instead of using the issue tracker. Please prefix the subject with Laravel Route List Web:.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPH...

82,325 32
tomatophp/filament-browser

File & Folders & Media Browser With Code Editor

9,698 42
bagoesz21/laravel-console-browser

Browser console for Laravel Framework.

842 2
codezero/laravel-localizer

Automatically detect and set an app locale that matches your visitor's preferenc...

413,585 50
asbiin/laravel-localizer

Automatically detect and set an app locale that matches your visitor's preferenc...

34,033 0