Skip to content

Commit 70fe181

Browse files
committed
Fixed typos
1 parent 5a9692e commit 70fe181

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -511,19 +511,18 @@ When defining your own views & styles, keep in mind that cookie notices are obst
511511
## FAQ
512512

513513
<details open>
514-
<summary>Using Laravel Octane with Laravel 11?</summary>
515-
516-
Laravel Octane optimizes your application by keeping parts of it in memory between requests.
517-
To ensure the cookie consent setup is correctly reset for each incoming Octane request:
514+
<summary>**Using Laravel Octane with Laravel 11?**</summary>
518515

516+
Laravel Octane optimizes your application by keeping parts of it in memory between requests.
517+
To ensure the cookie consent setup is correctly reset for each incoming Octane request:
519518
1. Make sure the LaravelCookieConsent cookies are not encrypted
520519
2. Add the following items to the flushed dependencies in `config/octane.php`:
521520

522521
```php
523522
'flush' => [
524-
'cookie.consent',
525-
\WhiteCube\LaravelCookieConsent\CookieConsent::class,
526-
],
523+
'cookie.consent',
524+
\WhiteCube\LaravelCookieConsent\CookieConsent::class,
525+
],
527526
```
528527
</details>
529528

0 commit comments

Comments
 (0)