Код: Выделить всё
Trait "Illuminate\Console\Prohibitable" not found
at vendor/nwidart/laravel-modules/src/Commands/BaseCommand.php:17
13▕ use Symfony\Component\Console\Output\OutputInterface;
14▕
15▕ use function Laravel\Prompts\multiselect;
16▕
➜ 17▕ abstract class BaseCommand extends Command implements PromptsForMissingInput
18▕ {
19▕ use ConfirmableTrait;
20▕ use Prohibitable;
Подробнее здесь: https://stackoverflow.com/questions/787 ... laravel-11