Laravel Route List Viewer

Paste php artisan route:list --json output and explore your routes visually.

  1. Home
  2. > Web Dev > Laravel Tools >
  3. Route List Viewer

Paste Route JSON

Run php artisan route:list --json in your terminal and paste the output below.

How to Use

This tool helps you visualize and explore your Laravel application routes. Follow these steps:

  1. Open your terminal in your Laravel project directory.
  2. Run php artisan route:list --json.
  3. Copy the entire JSON output and paste it into the text area above.
  4. Click Parse to view your routes in the interactive table.

You can then search by URI, route name, or controller action, filter by HTTP method, and sort by clicking column headers.

Tip

If you don't have a Laravel project handy, click "Load Example" to see a demo set of routes.