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 77e13ad commit 4f6ae52Copy full SHA for 4f6ae52
README.md
@@ -65,7 +65,7 @@ First, publish the package's files:
65
'providers' => ServiceProvider::defaultProviders()->merge([
66
// ...
67
App\Providers\RouteServiceProvider::class,
68
- // Add the line below AFTER "App\Providers\RouteServiceProvider::class,"
+ // IMPORTANT: add the following line AFTER "App\Providers\RouteServiceProvider::class,"
69
App\Providers\CookiesServiceProvider::class,
70
])->toArray(),
71
```
0 commit comments