bmatovu/laravel-route-list

v1.3.0 2022-12-27 12:08 UTC

README

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.