Repository with basic environment for development with PHP language.
Thanks for the great work provided in docker-php-tutorial, specifically the branch part 3, which served as the basis for this repository.
This repository contains four containers that make it possible to start coding after compiling the environment triggered by the make command.
The four services available are:
| Service | Version |
|---|---|
| php-cli | 7.4 |
| php-fpm | 7.4 |
| mysql | 8 |
| nginx | latest |
To run the build and start the job, just clone the repository, access the created folder, and enter the following command lines:
make docker-clean
make docker-init
make docker-build-from-scratch
make docker-upAnd to stop the services:
make docker-down- Improve this documentation
- Include a service for email testing (mailhog?)
- Include PHPUnit
- Include mkcert