Skip to content

Docker-compose template for Laravel development with Docker

Notifications You must be signed in to change notification settings

chisumo2016/laravel-docker-template

Repository files navigation

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

Releases

No releases published

Packages

No packages published