| Install | |
|---|---|
composer require iperamuna/pretty-routes-extended |
|
| Latest Version: | v1.0.0 |
| PHP: | ^8.2 |

Visualise your Laravel routes in a beautiful, interactive, and searchable interface. Built with Livewire and Tailwind CSS for a premium experience.
This package is heavily inspired by and builds upon the excellent work of garygreen/pretty-routes.
admin, api).You can install the package via composer:
composer require iperamuna/pretty-routes-extended
You can publish the config file with:
php artisan vendor:publish --tag="pretty-routes-extended-config"
This is the contents of the published config file:
return [
'url' => env('PRETTY_ROUTES_URL', 'routes'),
'middlewares' => [
'web',
],
'debug_only' => env('PRETTY_ROUTES_DEBUG_ONLY', true),
// ...
];
Once installed, visit the /routes endpoint (or your custom configured URL) in your browser.
composer test
The MIT License (MIT). Please see License File for more information.