Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 455 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 455 Bytes

php-ddd-example

clone repository

git clone git@github.com:ddd-community-jp/php-ddd-example.git

cd php-ddd-example

setting

run container
make up

initialize
make init

show laravel default
open http://localhost:8001

example

stop container
make stop

restart container
make restart

restart container
make down

down container
make down

sign in php container
make php

sign in db container
make mysql