A less painless framework.
//For some good good execute in the terminal
php bootstrap/php /core/generator
php -S localhost:8000
docker run -d -p 8080:80 -v /var/www/html/urfatBro:/var/www/html urfatbro
https://stackoverflow.com/questions/58604454/how-to-invoke-composer-create-project-on-a-private-repo
composer config -g secure-http false
composer create-project inforsistemas/urfat-bro urfatBro --repository '{"type": "composer","url": "http://192.168.0.9"}' --stability=dev