composer global require gotrecillo/backpack-installer --prefer-distWe can configure it to use a database user to create the database used in the project and execute the migration and initial seeding.
backpack-installer config:setTo check the current configuration used:
backpack-installer config:listbackpack-installer new ProjectNameAnswer some questions, check the additional packages that you want to install and go for some coffee while it create the whole project.
When it is done.
cd ProjectName
php artisan serverHappy coding !