pretty-routes icon indicating copy to clipboard operation
pretty-routes copied to clipboard

Pretty routes for Laravel

Results 14 pretty-routes issues
Sort by recently updated
recently updated
newest added

Hi, Installed this package on lumen. Do you have any plan to make this package can be support on lumen ? Error that I get about router. Router laravel and...

Package need a contributing guide.

can u merge this request, for helping the others...

![img](https://cloud.githubusercontent.com/assets/1145098/19784368/31607864-9c9e-11e6-877f-3ab833399c4a.png)

Search feature added, looking for methods, domain, uri, name, action and middlewares. Used RouteUtils.php file to filter.

These are all the changes over the past two years 😔 https://github.com/garygreen/pretty-routes/compare/1.0.1...1.0.10 ![image](https://user-images.githubusercontent.com/10347617/94920782-9fba8d80-04bf-11eb-8dac-8771b4afd5a0.png) ![image](https://user-images.githubusercontent.com/10347617/94920790-a3e6ab00-04bf-11eb-848d-b6ddd0941faf.png) ![image](https://user-images.githubusercontent.com/10347617/94920797-a943f580-04bf-11eb-84a6-5f6fe4dc57d0.png)

I am thinking of sending a PR which will add 1+ columns which will spit out `view` name that is being returned from the controller action. Could that be useful?

Receiving this error when trying to view the pretty-routes view. ``` Class Auth\LoginController does not exist (View: /home/vagrant/project/vendor/garygreen/pretty-routes/views/routes.blade.php) ``` Tracks back to this file `views/routes.blade.php` in this package: ``` ```...

Sorry , i just wanted request new feature . could you please add grouped routes. for example.. all `oauth` related routes will be something like this. ``` Oauth Routes- 'oauth/authorize'...

I'd like to have route groups. Have you thought about that yet? Is anybody else working on that? Maybe I can read through the code and try to make it...