Wulfheart / pretty-routes by wulfheart

Display your Laravel routes in the console, but make it pretty. 😎
362,413
627
6
Package Data
Maintainer Username: wulfheart
Maintainer Contact: dev@alexfwulf.de (Alexander Wulf)
Package Create Date: 2021-04-19
Package Last Update: 2022-01-19
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:16:05
Package Statistics
Total Downloads: 362,413
Monthly Downloads: 2,302
Daily Downloads: 116
Total Stars: 627
Total Watchers: 6
Total Forks: 34
Total Open Issues: 0

Pretty Routes for Laravel

Latest Version on Packagist Total Downloads

Display your Laravel routes in the console, but make it pretty. 😎

Installation

You can install the package via composer:

composer require wulfheart/pretty_routes

Usage

php artisan route:pretty

or

php artisan route:pretty --except-path=horizon --method=POST --reverse
php artisan route:pretty --only-path=app --method=POST --reverse
php artisan route:pretty --only-name=app --method=POST 
php artisan route:pretty --only-name=app --method=POST --group=path --reverse-group
php artisan route:pretty --only-name=app,horizon,debugbar --except-path=foo,bar --group=name --reverse

Advanced Example

Changelog

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

Contributing

Feel free to open an issue or a PR. Discussions are disabled right now as there shouldn't be too much need for discussion and it can happen in the issues.

Credits

License

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