Skip to content

Files

Latest commit

 

History

History
16 lines (13 loc) · 216 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 216 Bytes

Symfony 5 + NGINX + MYSQL8 Docker template

Start containers:

    make start

SSH into php container:

    make ssh

Create new Symfony project:

    composer create-project symfony /skeleton