You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrade.md
+3
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,13 @@ sort: 4
6
6
## From v2 to v3
7
7
8
8
### PHP Version
9
+
9
10
v3 now requires PHP 8.1 or greater, so your environment will need to be at least that version.
10
11
11
12
### Laravel Version
13
+
12
14
v3 now requires Laravel 9.0 or greater, so you will need to ensure your project is upgraded to at least version 9.0.
13
15
14
16
### Encrypted Cast
17
+
15
18
v3 Dropped the Encrypted cast in favor of using the encryption casts that come with Laravel now. You will need to make sure you changed any references from `Encrypted::class` to `'encrypted'` in your models.
0 commit comments