spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
876 stars 148 forks source link

update str and arr helpers to Str and Arr helpers for Laravel 5.8 #530

Closed jmlallier closed 5 years ago

jmlallier commented 5 years ago

Laravel 5.8 deprecates the string and array helper functions and each use needs to be converted to the appropriate Str/Arr helper method to stay compatible.

freekmurze commented 5 years ago

Thanks!