laravel-custom-casts icon indicating copy to clipboard operation
laravel-custom-casts copied to clipboard

Make your own custom cast type for Laravel model attributes

Results 2 laravel-custom-casts issues
Sort by recently updated
recently updated
newest added

I would like to know if this is the same as laravel custom cast attributes in laravel 7... Is this the same repo merge in the laravel framework or different?...

question

**Is your feature request related to a problem? Please describe.** Laravel 9 supports AttributeCasting for ValueObject for example class money I wanna this library to support ValueObject casting. **Describe the...