Laravel Zero For Command App
If you only need an application for command only, found this
https://laravel-zero.com/ to make only commands app
composer create-project --prefer-dist laravel-zero/laravel-zero movie-cli
Creating menu app
php make:command MenuCommand
class MenuCommand extends Command
{
/**
* Execute the console command.
*
* @return void
*/
public function handle()
{
$option = $this->menu('Pizza menu',