Skip to content

Commit 2799cad

Browse files
author
Andrey Helldar
committed
Update README.md
1 parent 6a7edbd commit 2799cad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@
1010

1111
## Installation
1212

13-
To get the latest version of Laravel Actions, simply require the project using [Composer](https://getcomposer.org):
13+
To get the latest version of `Laravel Route Names`, simply require the project using [Composer](https://getcomposer.org):
1414

1515
```bash
1616
composer require dragon-code/laravel-route-names
1717
```
1818

19-
Replace `Illuminate\Foundation\Application` with `DragonCode\LaravelRouteNames\Application` in the `bootstrap/app.php` file.
19+
Next, replace `Illuminate\Foundation\Application` with `DragonCode\LaravelRouteNames\Application` in the `bootstrap/app.php` file.
20+
21+
Now, 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.
2022

2123
## Using
2224

0 commit comments

Comments
 (0)