Skip to content

godwinbonai/docker-laravel

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

68 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

docker-laravel 🐳

License Stars Issues Forks

Introduction

Build a simple laravel development environment with docker-compose.

Usage

$ git clone [email protected]:ucan-lab/docker-laravel.git
$ cd docker-laravel
$ 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

  • Base image

db container

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 69.8%
  • Dockerfile 28.8%
  • Shell 1.4%