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
- Host: GitHub
- URL: https://github.com/chisumo2016/laravel-docker-template
- Owner: chisumo2016
- Created: 2022-02-21T12:58:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T13:23:01.000Z (over 4 years ago)
- Last Synced: 2025-03-13T14:12:12.341Z (over 1 year ago)
- Topics: containers, docker, docker-compose, image, laravel9, makefile, nginx, php8, phpstan
- Language: PHP
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```