Skip to content

Commit 19ed531

Browse files
Update README.md
1 parent 843f471 commit 19ed531

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ To get the latest version of `Laravel Route Names`, simply require the project u
1616
composer require dragon-code/laravel-route-names
1717
```
1818

19-
Next, replace `Illuminate\Foundation\Application` with `DragonCode\LaravelRouteNames\Application` in the `bootstrap/app.php` file.
20-
21-
You can now list the routes, for example by calling the `php artisan route:list` command or by using
19+
Next, you can now list the routes, for example by calling the `php artisan route:list` command or by using
2220
the [`dragon-code/pretty-routes`](https://github.com/TheDragonCode/pretty-routes) package.
2321

2422
## Using

0 commit comments

Comments
 (0)