Install and set up PHPDocker.io
masterThe recommended way to install PHPDocker.io is by using the make init command. This command automates the entire setup process within a Docker environment, including cache cleanup, SSL provisioning, host entry creation, and dependency installation.
Prerequisites:
- Docker and Docker Compose
mkcert(required for local SSL generation)make
Setup Steps:
- Run
make init. - Once complete, the application is accessible at
https://phpdocker.local:10000. - Navigate to the
/generatorroute to use the core functionality.
make init