Skip to content

Commit 59a8336

Browse files
authored
Update docs for laravel 11 (#1620)
1 parent 7a5e0c8 commit 59a8336

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
@@ -57,7 +57,7 @@ The Debugbar will be enabled when `APP_DEBUG` is `true`.
5757
5858
### Laravel without auto-discovery:
5959

60-
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
60+
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.
6161

6262
```php
6363
Barryvdh\Debugbar\ServiceProvider::class,

0 commit comments

Comments
 (0)