Skip to content

Commit 99554ae

Browse files
authored
Update README.md (#1587)
Added Laravel 11 path to readme to make installation easier for newer installs
1 parent 0b2eeb4 commit 99554ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If for some reason you want manually control this:
5050
}
5151
}
5252
```
53-
- Add the following class to the `providers` array in `config/app.php`:
53+
- Add the following class to the `providers` array in `config/app.php` (`bootstrap/providers.php` for Laravel 11+):
5454
```php
5555
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
5656
```

0 commit comments

Comments
 (0)