l5-repository
l5-repository copied to clipboard
Please support laravel 6 (artisan command)
laravel 6 removed all str and array helper functions by default, please upgrade to use Str class
you need to install laravel/helpers
@sctouch I know, it's better if it supported by default i think
@chuoke you don't need to worry, laravel/helpers is the wrapper of Arr and Str.
I think this package should support laravel 6 by default or add laravel/helpers as a dependency
Yes, i see, but for now we can use that instead first.
@ulisses-gabriel checkout this https://github.com/andersao/l5-repository/pull/625