Clone this repository on your project root directory:
git clone [email protected]:VikinArtisan/PhalDock.git
###Usage
#####1、Build container
Run Containers: (Make sure you are in the PhalDock folder before running the docker-compose commands).D
docker-compose build
#####2、Running container
docker-compose up -d nginx php-fpm workspace
#####3、Enter the Workspace container
docker-compose exec workspace bash
###Stop
#####1、Close all running Containers
docker-compose stop
#####2、To stop single container
docker-compose stop {container-name}
###On PhpStrom IDE development
#####1、Use phpstrom open "PhalDock/workspace/application"
#####2、Editor test.php
#####3、Refresh the localhost