Skip to content

Releases: Anthony14FR/LaravelWithDockerSingleCommandSetup

LaravelWithDockerSingleCommandSetup V1.0.0 Release

13 Mar 13:33
f1d3d5c
Compare
Choose a tag to compare

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.