Releases: Anthony14FR/LaravelWithDockerSingleCommandSetup
Releases · Anthony14FR/LaravelWithDockerSingleCommandSetup
LaravelWithDockerSingleCommandSetup V1.0.0 Release
LaravelWithDockerSingleCommandSetup v1.0.0 Release
Features:
- Dockerized Laravel setup (PHP-FPM, MySQL, Nginx).
- One-command Laravel project initialization.
Makefile
for easy commands (setup
,down
,reload
, etc.).
Improvements:
- Optimized Dockerfile for faster builds.
- Simplified environment customization via
.env
.
Fixes:
- Permission issues in Docker containers.
- Nginx serving errors for the Laravel public directory.