Built in Queue Worker & Scheduler Containers.
- Git Clone
- sudo docker-compose build
- sudo docker-compose up
- sudo docker exec laravel-app /bin/bash -c "cd /public_html/ && composer create-project --prefer-dist laravel/laravel laravel"
- You can change the path /public_html/ to anything you want just change the path in the Environments & path.
- Change the server name in the docker/vhost.conf according to your needs.
Your suggestion or PR will be highly appriciated.