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
If you combine this with [spatie/laravel-data](https://github.com/spatie/laravel-data), you can also add validation on top, serialize and deserialize as JSON back and forth from the database.
46
46
47
-
In the package there is also a caster `ObjectCast` which can cast an json column to an object, it takes the class name from a `type` column of the eloquent model.
47
+
In the package there is also a caster `ObjectCast` which can cast a json column to an object, it takes the class name from a `type` column of the eloquent model. You can also map types to specifc classes in the config.
0 commit comments