We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94f920 commit a0bf466Copy full SHA for a0bf466
README.md
@@ -70,7 +70,7 @@ First, publish the package's files:
70
])->toArray(),
71
```
72
73
- For applications running Laravel 11, add the Service Provider to the array in `bootstrap/providers.php`:
+ For applications running Laravel 11 and above, add the Service Provider to the array in `bootstrap/providers.php`:
74
```php
75
return [
76
App\Providers\AppServiceProvider::class,
0 commit comments