Skip to content

Commit d685748

Browse files
committed
Update UPGRADE.md
1 parent 121ea08 commit d685748

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Due to PHP and PHPUnit version constraints with Laravel 11, we dropped support f
99
- The minimum PHP version required is now 8.1
1010
- The minimum Laravel version required is now 10.0
1111

12+
---
13+
14+
### ➡ Re-register Middleware
15+
16+
Laravel 11 no longer has a `app/Http/Kernel.php` to register middleware.
17+
This is now handled in `bootstrap/app.php`.
18+
19+
🔸 **Actions Required**
20+
21+
If you use Laravel 11, register the middleware in `bootstrap/app.php` as described in the README.
22+
1223
## Upgrading To 2.0 From 1.x
1324

1425
### ➡ Minimum Requirements Updated

0 commit comments

Comments
 (0)