nekohan / docker-laravel

Build laravel development environment with docker-compose.

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

mailhog container

About

Build laravel development environment with docker-compose.

License:MIT License


Languages

Language:Makefile 68.2%Language:Dockerfile 31.8%