l5-repository icon indicating copy to clipboard operation
l5-repository copied to clipboard

Please support laravel 6 (artisan command)

Open chuoke opened this issue 5 years ago • 6 comments

laravel 6 removed all str and array helper functions by default, please upgrade to use Str class

chuoke avatar Oct 08 '19 08:10 chuoke

you need to install laravel/helpers

TouchSek avatar Oct 09 '19 09:10 TouchSek

@sctouch I know, it's better if it supported by default i think

chuoke avatar Oct 09 '19 15:10 chuoke

@chuoke you don't need to worry, laravel/helpers is the wrapper of Arr and Str.

TouchSek avatar Oct 10 '19 01:10 TouchSek

I think this package should support laravel 6 by default or add laravel/helpers as a dependency

ulisses-gabriel avatar Dec 09 '19 11:12 ulisses-gabriel

Yes, i see, but for now we can use that instead first.

TouchSek avatar Dec 14 '19 14:12 TouchSek

@ulisses-gabriel checkout this https://github.com/andersao/l5-repository/pull/625

TouchSek avatar Dec 14 '19 14:12 TouchSek