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
Because there are many breaking changes an upgrade is not that easy. There are many edge cases this guide does not cover. We accept PRs to improve this guide.
4
+
5
+
## From v3 to v4
6
+
7
+
- Dropped support for laravel passport
8
+
- The default exception handler is the Laravel one, see `restify.php -> handler`
9
+
-`fillCallback` signature has changed
10
+
- By default it will do not allow you to attach `belongsToMany` and `morphToMany` relationships. You will have to add `BelongsToMany` or `MorphToMany` field into your repository
0 commit comments