I don't have time to have a look immediately.
Hmmmm ... which Docker configuration are you using for production ? This one provided by default in the Laravel installation ?
Be part of JetBrains PHPverse 2026 on June 9 ā a free online event bringing PHP devs worldwide together.
Hey Laracasts community! š
I've been learning from Jeffrey's videos for years, and I wanted to share my first open source project with you all.
A production-ready Docker stack for Laravel that handles deployment, SSL, and security automatically.
After deploying Laravel apps for ~10 years, I got tired of repeating the same setup for every project:
So I built a stack that does it all with one command.
Deployment:
SSL & Security:
Stack:
Operations:
git clone https://github.com/mg2k4/Dockavel.git
cd Dockavel
./scripts/deploy.sh dev
For production:
./scripts/server-setup.sh # First time
./scripts/deploy.sh prod
š Documentation: https://dockavel.com
š¦ GitHub: https://github.com/mg2k4/Dockavel
This is my first open-source project, so I'd really appreciate any feedback from this community!
What features would you like to see? What could be improved?
Free and MIT licensed. š
P.S. - If you've struggled with Laravel deployment before, I'd love to hear about your pain points. Always looking to improve!
Please or to participate in this conversation.