Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing Laravel 11.x Documentation #474

Merged
merged 2 commits into from
May 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo
* Fix typo
omaratpxt authored May 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 80d35fb8d4902c063aa0db931bd3261ea9575703
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ And finally you should install the provided middlewares `\Spatie\ResponseCache\M

**For laravel 11.x and newer:**

Add the middleware definitions the bootstrap app.
Add the middleware definitions to the bootstrap app.

```php
// bootstrap/app.php
@@ -166,7 +166,7 @@ Add the middleware definitions the bootstrap app.

**For laravel 10.x and earlier:**

Add the middleware definitions the http kernel.
Add the middleware definitions to the http kernel.


```php