You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next, replace `Illuminate\Foundation\Application` with `DragonCode\LaravelRouteNames\Application` in the `bootstrap/app.php` file.
20
20
21
-
You can now list the routes, for example by calling the `php artisan route:list` command or by using the [`dragon-code/pretty-routes`](https://github.com/TheDragonCode/pretty-routes) package.
21
+
You can now list the routes, for example by calling the `php artisan route:list` command or by using
22
+
the [`dragon-code/pretty-routes`](https://github.com/TheDragonCode/pretty-routes) package.
22
23
23
24
## Using
24
25
@@ -34,29 +35,12 @@ Since route names are generated at the time they are received, we recommend usin
0 commit comments