Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.96 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.96 KB

Laravel Route Viewer

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Simple web page to browse Laravel routes of your project

Installation

You can install the package via composer:

composer require ricventu/laravel-route-viewer

Publish the assets using

php artisan vendor:publish --tag="route-viewer-assets"

You can publish the config file with:

php artisan vendor:publish --tag="route-viewer-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="route-viewer-views"

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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