Download the PHP package morrislaptop/laravel-route-menu without Composer
On this page you can find all versions of the php package morrislaptop/laravel-route-menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download morrislaptop/laravel-route-menu
More information about morrislaptop/laravel-route-menu
Files in morrislaptop/laravel-route-menu
Package laravel-route-menu
Short Description Your route:list, sir.
License MIT
Homepage https://github.com/morrislaptop/laravel-route-menu
Informations about the package laravel-route-menu
Laravel Route Menu
Your route:list
, sir.
route:menu
gives you a beautiful route list which is friendly on smaller terminals and brings a few new features in.
Features:
- Shows all routes in a list view for smaller terminals
- Groups routes by namespace or filename for easy navigating
- Extracts parameters and their types
- Displays an IDE friendly file path for code jumping ๐
- Extra support for
Route::redirect
andRoute::view
methods - Additional
file
filter to only show relevant routes by filename / namespace - Lots of ๐ท๏ธ, ๐ฌ, ๐คน, ๐ง , โ๏ธ, ๐ฐ, ๐ซ, ๐, โก, โ๏ธ, ๐, ๐ , ๐ญ, ๐ต, ๐, ๐, ๐จโ๐๏ธ
Installation
You can install the package via composer:
Usage
In addition to the name
, method
and path
filters on route:list
, an additional file
filter is supported which will filter the routes based on the namespace (for classes) or file (for Closures).
Testing
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
- Craig Morris
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-route-menu with dependencies
illuminate/contracts Version ^7.0|^8.0
spatie/laravel-package-tools Version ^1.4.3