Skip to content

Commit

Permalink
Update upgrading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Sep 4, 2024
1 parent 15a3f6b commit 10f508a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sections/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
- Make sure you are not using PHP serialize anymore, it is now all JSON. It is also happening automatically behind the scenes, so remove your
manual calls where they are not needed anymore.

That includes the config
```
'serializerClass' => ..., // FQCN
```
etc

## Coming from before v7?
If you are upgrading from Cake3/4 and v5/v6, make sure to install v7 firs, run all migrations,
then jump to v8.

0 comments on commit 10f508a

Please sign in to comment.