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
Add the ability to add custom casters for specific types to the caster factory. One common example is Carbon, which should have a CarbonCaster. Instead of having to add #[CastWith] on every Carbon property, you'd like a package or project to define it once. Something like:
Add the ability to add custom casters for specific types to the caster factory. One common example is
Carbon
, which should have aCarbonCaster
. Instead of having to add#[CastWith]
on everyCarbon
property, you'd like a package or project to define it once. Something like:The text was updated successfully, but these errors were encountered: