An open API service indexing awesome lists of open source software.

https://github.com/chisumo2016/laravel-docker-template

Docker-compose template for Laravel development with Docker
https://github.com/chisumo2016/laravel-docker-template

containers docker docker-compose image laravel9 makefile nginx php8 phpstan

Last synced: 3 months ago
JSON representation

Docker-compose template for Laravel development with Docker

Awesome Lists containing this project

README

          

# 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
```bash
$ make
$ make down
$ make build
$ make up
$ make install-recommend-packages
```
## Settings
- Read this [Makefile]

## Container structures

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