confirm() on null
at /home/sam-sepi0l/projects/laravel-projects/testing-n-trashing/vendor/laravel/framework/src/Illuminate/Console/Command.php:332
328| * @return bool
329| */
330| public function confirm($question, $default = false)
331| {
> 332| return $this->output->confirm($question, $default);
333| }
334|
335| /**
336| * Prompt the user for input.
Exception trace:
1 Illuminate\Console\Command::confirm("Eat the food ? [y/n] [yes]")
/home/sam-sepi0l/projects/laravel-projects/testing-n-trashing/vendor/mrcat323/lara-bue/src/LaraBue.php:89
2 LaraBue\LaraBue::updatePackageArray("devDependencies")
/home/sam-sepi0l/projects/laravel-projects/testing-n-trashing/vendor/laravel/framework/src/Illuminate/Foundation/Console/Presets/Preset.php:41
Please use the argument -v to see more details.
output нужно прописать команде
Обсуждают сегодня