Skip to content

Commit

Permalink
Update docs for laravel 11 (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik authored May 2, 2024
1 parent 7a5e0c8 commit 59a8336
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 @@ -57,7 +57,7 @@ The Debugbar will be enabled when `APP_DEBUG` is `true`.
### Laravel without auto-discovery:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
If you don't use auto-discovery, add the ServiceProvider to the providers list. For Laravel 11 or newer, add the ServiceProvider in bootstrap/providers.php. For Laravel 10 or older, add the ServiceProvider in config/app.php.

```php
Barryvdh\Debugbar\ServiceProvider::class,
Expand Down

0 comments on commit 59a8336

Please sign in to comment.