Laravel – Unable to Select Multiple Options in php artisan make:model Prompt
I'm using Laravel 11. When I run php artisan make:model, I am prompted to give a name and choose additional options (e.g., factory, migration, seeder), but I can't navigate through them using arrow keys. Instead, I have to type the…