lucidarch / laravel

[DEPRECATED] See https://github.com/lucidarch/lucid

Home Page:https://lucidarch.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel/helpers dependency missing

RicardoRodriguesGuru opened this issue · comments

I recently started a migration of a laravel project to lucid, so I ran the composer require lucid-arch/laravel-foundation lucid-arch/laravel-console command.

When I tried to generate a service with the lucid make:service web command, it gave a PHP Fatal error: Uncaught Error: Call to undefined function Lucid\Console\studly_case() error.

I fixed it by adding the dependency laravel/helpers to my project. I think you can use the Str Laravel helpers to do that instead of that dependency. If you can't modify the code, maybe you can add the dependency to your packages so the migrations can be done more smoothly.

This was fixed in 804e562.

@Mulkave I suggest to close this because it's fixed in the 7.x.