We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 053e7b5 + 842bd87 commit 092d195Copy full SHA for 092d195
README.md
@@ -16,7 +16,11 @@ using [Composer](https://getcomposer.org):
16
composer require dragon-code/laravel-route-names
17
```
18
19
-Next, replace `Illuminate\Foundation\Application` with `DragonCode\LaravelRouteNames\Application` in the
+> [!ATTENTION]
20
+>
21
+> For naming to work correctly, you need to replace the application class otherwise the code will be loaded too late.
22
23
+> To do this, replace `Illuminate\Foundation\Application` with `DragonCode\LaravelRouteNames\Application` in the
24
`bootstrap/app.php` file.
25
26
You can now list the routes, for example by calling the `php artisan route:list` command or by using
0 commit comments