Skip to content
/ docker-laravel Public template
forked from ucan-lab/docker-laravel

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

License

Notifications You must be signed in to change notification settings

Yuya009/docker-laravel

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

59 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 # Not required

http://localhost

Read this Makefile.

Tips

Read this Wiki.

Container structure

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

app container

web container

  • Base image

db container

Persistent MySQL Storage

By default, the named volume is mounted, so MySQL data remains even if the container is destroyed. If you want to delete MySQL data intentionally, execute the following command.

$ docker-compose down -v && docker-compose up

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.4%
  • Blade 25.1%
  • Makefile 2.5%
  • Other 2.0%