This project provides you a working PHP environment without requiring you to install PHP, a web server, and any other server software on your local machine. For this, it requires Docker and Docker Compose and Task.
-
Install Docker, Docker-compose and Task;
-
Clone this project and then cd to the project folder;
-
Run the initial build of the environment:
$ task init
- Run the application using the command:
$ task up
-
You've done! Main page is available on http://localhost, phpMyAdmin - http://localhost:3309
-
After finishing work, you can stop running containers:
$ task down
This project is licensed under the MIT License.