Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
otilor committed Apr 28, 2021
1 parent 7a4ff6b commit a176fde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ php artisan vendor:publish --provider="Rootz\ServiceProvider"
If accessing `/routes` isn't working, ensure that you've included the provider within the same area as all your package providers (before all your app's providers) to ensure it takes priority.

By default pretty routes only enables itself when `APP_DEBUG` env is true. You can configure this on the published config as above, or add any custom middlewares.

# Inspiration
Thanks goes to [@garygreen](https://github.com/garygreen) that created [Pretty Routes](https://github.com/garygreen/pretty-routes)

0 comments on commit a176fde

Please sign in to comment.