We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fd1d2 commit bc25994Copy full SHA for bc25994
docs/upgrade.md
@@ -109,3 +109,11 @@ public function getId(object $resource): string
109
Check whether you are using the Neomerx error object directly anywhere, by searching for the new import statement:
110
`Neomerx\JsonApi\Schema\Error`. If you are, you should be aware that the constructor arguments have changed. Check
111
your use against the new constructor arguments by inspecting the class directly.
112
+
113
+## 3.x to 4.0
114
115
+[Use this link to view the 4.0 upgrade guide.](https://github.com/cloudcreativity/laravel-json-api/blob/v4.0.0/docs/upgrade.md)
116
117
+## 2.x to 3.0
118
119
+[Use this link to view the 3.0 upgrade guide.](https://github.com/cloudcreativity/laravel-json-api/blob/v3.3.0/docs/upgrade.md)
0 commit comments