You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making BREAD
Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined function VoyagerBread\Commands\studly_case()
at /var/www/html/vendor/voyager-bread-generator/src/Commands/BreadGenerator.php:104
100| * @return string
101| */
102| protected function getNameInput()
103| {
> 104| return trim(studly_case($this->argument('name')));
105| }
106|
107| /**
108| * Create a migration file for the model.
Exception trace:
1 VoyagerBread\Commands\BreadGenerator::getNameInput()
/var/www/html/vendor/laravel/framework/src/Illuminate/Console/GeneratorCommand.php:54
2 Illuminate\Console\GeneratorCommand::handle()
/var/www/html/vendor/voyager-bread-generator/src/Commands/BreadGenerator.php:35
Please use the argument -v to see more details.
The text was updated successfully, but these errors were encountered:
I need create migration and seeder for my bread, when I run:
I have this error
The text was updated successfully, but these errors were encountered: