vkovic / laravel-custom-casts

Make your own custom cast type for Laravel model attributes
MIT License
219 stars 21 forks source link

Encourage using native custom casts in Laravel 7+ #25

Closed johnkary closed 2 years ago

johnkary commented 2 years ago

Thank you for clarifying in #21 how this library is different from Laravel 7's native cast support.

The README should document that Laravel 7+ has native support for Custom Casts.