Soon
https://github.com/claudiusnascimento/skeleton.git
docker-compose up -d
docker exec -u root -t -i app /bin/bash
composer install
chmod -R 777 storage/
chmod -R 777 bootstrap/
cp .env.example .env
php artisan key:generate
exit
http://localhost:8080
sudo docker-compose exec app php artisan migrate