bmatovu/laravel-route-list

Laravel route list.
1,414 3
Install
composer require bmatovu/laravel-route-list
Latest Version:v1.3.0
PHP:^7.2.5|^8.0
License:MIT
Last Updated:Oct 27, 2023
Links: GitHub  ·  Packagist
Maintainer: bmatovu

Laravel Route List.

Github Action Github Action Scrutinizer Code Quality Scrutinizer Code Coverage StyleCI

Installation

Install via Composer package manager:

composer require bmatovu/laravel-route-list

Enable debug mode

APP_DEBUG=true

Publish assets

php artisan vendor:publish --provider="Bmatovu\RouteList\RouteListServiceProvider"

Usage

The package creates a dedicated route to view routes.

http://localhost:8000/route-list

Alternative, you can use the view component. See example

<x-route-list-table/>

Note: This package uses Bootstrap CSS styling.