vkovic / laravel-custom-casts

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

Tests failing #9

Closed vkovic closed 5 years ago

vkovic commented 5 years ago

Tests failing because of deprecation of str_* functions.

We should use Illuminate\Support\Str instead.