Closed aa-hridoy closed 1 month ago
php artisan theme:create
Give theme name::
demo
Where will views be located? [demo]:
Where will assets be located? [demo]:
Extends an other theme? (yes/no) [no]:
y
LogicException
Choice question must have at least 1 choice available.
at vendor/symfony/console/Question/ChoiceQuestion.php:38 34▕ private array $choices, 35▕ mixed $default = null, 36▕ ) { 37▕ if (!$choices) { ➜ 38▕ throw new \LogicException('Choice question must have at least 1 choice available.'); 39▕ } 40▕ 41▕ parent::__construct($question, $default); 42▕
+15 vendor frames
16 artisan:13 Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))
php artisan theme:create
Give theme name::
Where will views be located? [demo]:
Where will assets be located? [demo]:
Extends an other theme? (yes/no) [no]:
LogicException
Choice question must have at least 1 choice available.
at vendor/symfony/console/Question/ChoiceQuestion.php:38 34▕ private array $choices, 35▕ mixed $default = null, 36▕ ) { 37▕ if (!$choices) { ➜ 38▕ throw new \LogicException('Choice question must have at least 1 choice available.'); 39▕ } 40▕ 41▕ parent::__construct($question, $default); 42▕
16 artisan:13 Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))