From a176fde75bc8496543f7d392c0f7e88f883162a4 Mon Sep 17 00:00:00 2001 From: Gabriel Akinyosoye Date: Wed, 28 Apr 2021 20:14:17 +0100 Subject: [PATCH] wip --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index fa7fefc..2e70059 100644 --- a/readme.md +++ b/readme.md @@ -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)