Highlights:
- All PHP modules needed for Laravel (or any other PHP framework really)
- Composer embedded in container
This image is intended to be used as base image for your project.
Image can be pulled from DockerHub with
docker pull vivifyideas/php-fpm-production
You can add custom.ini
file that will extend php.ini
, this file should be located at /usr/local/etc/php/conf.d/custom.ini
Take a look at our development environment php-fpm to get idea how to do this.