Пакет для Laravel, который добавляет команду route:pretty
Команда предназначена для красивого вывода в консоль доступных в приложении роутов.
Содержание
Установка
composer require wulfheart/pretty_routes
Использование
php artisan route:pretty
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