Skip to content

Commit

Permalink
Update README.md (#1587)
Browse files Browse the repository at this point in the history
Added Laravel 11 path to readme to make installation easier for newer installs
  • Loading branch information
Mtillmann authored Dec 29, 2024
1 parent 0b2eeb4 commit 99554ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
```
Expand Down

0 comments on commit 99554ae

Please sign in to comment.