Closed devngl closed 5 years ago
@philkra Did you have time to check this out? I know you're looking for maintainers, but in the mean time I think this should provide compatibility with a Laravel 6 clean installation
@devngl Thanks for creating this PR. I'm helping out @philkra maintain this for now.
Remove str and arr global helpers for Laravel 6 support.
This is required if you want to work with Laravel 6, where string and array global helpers were replaced by a more OOP set of methods in Arr and Str classes.