Here's a quick overview of the new features in the latest versions of the package.
Laravel 13 support.
Added pivotModel and pivotColumns parameters to the BelongsToMany relationship attribute.
pivotModel
pivotColumns
BelongsToMany
Laravel 12 support.
Added support to Enum conversion on column casting.
Enum
Laravel 11 support.
Added the IgnoreProperties attribute.
IgnoreProperties
Added the Dispatches attribute.
Dispatches
Added the Listener attribute.
Listener
Added the Observer attribute.
Observer
Added the castAndCreate method.
castAndCreate
Added the castAndFill method.
castAndFill
Added the castAndSet method.
castAndSet
Added the castAndUpdate method.
castAndUpdate
Merge hidden attribute list instead of replacing it (same way it is done with fillable, etc.).
Ability to define a custom name for the relationships.
Validation messages support for localization.
Last updated 16 days ago