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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,15 @@
10
10
11
11
## Installation
12
12
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):
14
14
15
15
```bash
16
16
composer require dragon-code/laravel-route-names
17
17
```
18
18
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.
0 commit comments