Hidenori0919Tanaka / SelfIntro4CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SelfIntro4CMS

License Stars Issues Forks

Introduction

Build a simple laravel development environment with docker-compose.

Usage

$ git clone git@github.com:ucan-lab/docker-laravel.git
$ cd docker-laravel
$ make create-project # Install the latest Laravel project
$ make install-recommend-packages # Optional

http://localhost

Tips

Container structures

├── app
├── web
└── db

app container

web container

  • Base image

db container

About

License:MIT License


Languages

Language:PHP 66.9%Language:Blade 30.1%Language:Makefile 1.8%Language:Dockerfile 0.7%Language:Shell 0.4%