Update README.md (#1587)

Added Laravel 11 path to readme to make installation easier for newer installs
This commit is contained in:
Martin Tillmann
2024-12-29 11:52:58 +01:00
committed by GitHub
parent 0b2eeb4627
commit 99554aef3c
+1 -1
View File
@@ -50,7 +50,7 @@ If for some reason you want manually control this:
}
}
```
- Add the following class to the `providers` array in `config/app.php`:
- Add the following class to the `providers` array in `config/app.php` (`bootstrap/providers.php` for Laravel 11+):
```php
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
```