Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 637 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 637 Bytes

Docker-laravel 🐳

Introduction

Simple docker-compose template for laravel development environment.

    - Compatability with Laravel    
        - MacOS
        - Windows
        - Linux

Usage

1. Git clone & change directory
2. Execute the following command

Use Makefile to run containers and other packages

$ make <nameOfCommand >
$ make down
$ make build
$ make up
$ make install-recommend-packages 

Settings

  • Read this [Makefile]

Container structures

    ├── app
    ├── nginx
    └── redis
    └── mysql
    └── postgres