Skip to content

Commit 9b65393

Browse files
committed
Upgrading guide.
1 parent f66c04b commit 9b65393

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Upgrading
2+
3+
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
11+

0 commit comments

Comments
 (0)