Download the PHP package sbuicodev/laravel-route-report without Composer
On this page you can find all versions of the php package sbuicodev/laravel-route-report. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sbuicodev/laravel-route-report
More information about sbuicodev/laravel-route-report
Files in sbuicodev/laravel-route-report
Download sbuicodev/laravel-route-report
More information about sbuicodev/laravel-route-report
Files in sbuicodev/laravel-route-report
Vendor sbuicodev
Package laravel-route-report
Short Description A Laravel package that provides a command to analyze route definitions and detect duplicate routes and non-existent actions.
License MIT
Package laravel-route-report
Short Description A Laravel package that provides a command to analyze route definitions and detect duplicate routes and non-existent actions.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-route-report
Laravel Route Report
A Laravel package that provides a command to analyze route definitions and detect duplicate routes and non-existent actions.
Installation
To install this package, run the following command in your terminal:
Usage
To run the route report command, use the following artisan command:
This command will display two tables:
- Duplicate Routes: A list of routes that are defined more than once, along with their corresponding actions.
- Non-Existent Actions: A list of routes that point to non-existent actions.
Features
- Detects duplicate routes and displays them in a table format.
- Identifies non-existent actions and displays them in a table format.
- Provides a clear and concise report to help you optimize your route definitions.
Requirements
- Laravel 10.x or higher
- PHP 8.1 or higher
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, please submit a pull request.
License
This package is licensed under the MIT License.
TODO
- Implement tests
Author
Stefano Buico (sbuicodev)
All versions of laravel-route-report with dependencies
PHP Build Version
Package Version
Requires
illuminate/console Version
^10.0
illuminate/routing Version ^10.0
illuminate/support Version ^10.0
php Version ^8.1.0
illuminate/routing Version ^10.0
illuminate/support Version ^10.0
php Version ^8.1.0
The package sbuicodev/laravel-route-report contains the following files
Loading the files please wait ....