From 99554aef3c3a7a15e397846d668064c7f183fb9e Mon Sep 17 00:00:00 2001 From: Martin Tillmann Date: Sun, 29 Dec 2024 11:52:58 +0100 Subject: [PATCH] Update README.md (#1587) Added Laravel 11 path to readme to make installation easier for newer installs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71918f4..1b055da 100644 --- a/README.md +++ b/README.md @@ -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, ```