0ta2 / docker-laravel

🐳 Build a simple laravel development environment with docker-compose.

Home Page:https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-laravel 🐳

docker-laravel

Test laravel-create-project.yml Test laravel-git-clone.yml License

Introduction

Build a simple laravel development environment with docker-compose. Compatible with Windows(WSL2), macOS(M1) and Linux.

Usage

  1. Click Use this template
  2. Git clone & change directory
  3. Execute the following command
$ make create-project # Install the latest Laravel project
$ make install-recommend-packages # Optional

http://localhost

Tips

Container structures

β”œβ”€β”€ app
β”œβ”€β”€ web
└── db

app container

web container

db container

About

🐳 Build a simple laravel development environment with docker-compose.

https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf

License:MIT License


Languages

Language:Makefile 70.9%Language:Dockerfile 29.1%