# First, task: Use package skeleton template to create repo
# Previous task done, I run this, and initial config gets done, great!
php ./configure.php
# Now I would like to visit the UI, without setup a new project somewhere on my disk, config "composer repo path", etc
# I'm imagining here! I would like to run something like
php ./setup-wrapper-app.php
cd wrapper-app
php artisan serve
# First, task: Use package skeleton template to create repo
# Previous task done, I run this, and initial config gets done, great!
php ./configure.php
# Now I would like to visit the UI, without setup a new project somewhere on my disk, config "composer repo path", etc
# I'm imagining here! I would like to run something like
php ./setup-wrapper-app.php
cd wrapper-app
php artisan serve