The Wayback Machine - https://web.archive.org/web/20201103012945/https://github.com/ucan-lab/docker-laravel
Skip to content
main
Go to file
Code

README.md

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://127.0.0.1

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.

Topics

Resources

License

You can’t perform that action at this time.