Download the PHP package ctf0/route-map without Composer
On this page you can find all versions of the php package ctf0/route-map. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ctf0/route-map
More information about ctf0/route-map
Files in ctf0/route-map
Download ctf0/route-map
More information about ctf0/route-map
Files in ctf0/route-map
Vendor ctf0
Package route-map
Short Description list all app routes
License MIT
Homepage https://github.com/ctf0/route-map
Package route-map
Short Description list all app routes
License MIT
Homepage https://github.com/ctf0/route-map
Keywords laravelroutes list
Please rate this library. Is it a good library?
Informations about the package route-map
RouteMap
- package requires Laravel v5.4+
Installation
-
composer require ctf0/route-map
-
(Laravel < 5.5) add the service provider & facade
-
publish the package assets with
php artisan vendor:publish --provider="ctf0\RouteMap\RouteMapServiceProvider"
-
after installation, run
php artisan rm:setup
to add- package routes to
routes/web.php
- package assets compiling to
webpack.mix.js
- package routes to
-
install dependencies
- add this one liner to your main js file and run
npm run watch
to compile yourjs/css
files.- if you are having issues Check.
Features
- list all app routes.
- filter routes by
- Group
- Methods
- Domain
- Url
- Name
- Action
- Middleware
- collapse/expand all groups at once
- show/hide specific grouped routes
- quickly scroll to start/end of the routes list
- quickly open controller files in your favorite editor
Usage
- visit
localhost:8000/route-map
Security
If you discover any security-related issues, please email [email protected].
All versions of route-map with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=5.4 <9.0
The package ctf0/route-map contains the following files
Loading the files please wait ....