Open mdundic opened 5 years ago
From Laravel 5.9 some of the helper functions have been deprecated. https://github.com/laravel/framework/pull/27504/files
In this PR Str::studly has been used instead of studly_case.
Str::studly
studly_case
It should also fix the issue https://github.com/jeffochoa/voyager-bread-generator/issues/3
Pls approve this PR! =)
From Laravel 5.9 some of the helper functions have been deprecated. https://github.com/laravel/framework/pull/27504/files
In this PR
Str::studly
has been used instead ofstudly_case
.It should also fix the issue https://github.com/jeffochoa/voyager-bread-generator/issues/3