Andrey Helldar

Results 108 comments of Andrey Helldar

> Very useful, and if the you can add the app domains will helt too Domains column is displayed if they are specified in the routes. https://github.com/garygreen/pretty-routes/blob/master/views/routes.blade.php#L45 ![image](https://user-images.githubusercontent.com/10347617/94920044-2ec6a600-04be-11eb-81f7-143c37206d2a.png) ![image](https://user-images.githubusercontent.com/10347617/94919986-148cc800-04be-11eb-8190-eb7b7c86387c.png) https://github.com/garygreen/pretty-routes/pull/10#issuecomment-343141643

The problem with defining a "view" is that the controller can return not only a view file, but also a response or Resource.

In any case, Gary is busy with his main work and this project has not received updates for a long time. I have released my standalone version of the package...

I understand that the question in this thread is very old and, apparently, @garygreen is busy with the main work, so I released my version from the fork as self-contained...

Since the project has not received decent updates for a long time, in the near future I will make all the necessary edits to my fork and release it as...

So, welcome: https://github.com/andrey-helldar/pretty-routes

@garygreen, ping

I understand that the question in this thread is very old and, apparently, @garygreen is busy with the main work, so I released my version from the fork as self-contained...

Use the [`dragon-code/pretty-routes`](https://github.com/TheDragonCode/pretty-routes) instead.

`PrettyRoutesController` does not extend from `Illuminate\Routing\Controller`. https://github.com/laravel/framework/blob/5.2/src/Illuminate/Routing/Controller.php#L45