PHP Docker starter template with serversideup/php images for PHP apps (Laravel compatiable).
Note
This setup may not work with your PHP apps directly. According to your app, you may need to configure with entrypoint. For example in Laravel apps, you need to consider public folder as document root. It dependds on your app/framework configurqation, you may need to change the Dockerfile or docker-compose.yml file.
Copy .env.example file and rename as .env.
docker-compose up -dWhen you need install specific PHP extensions, check Dockerfile.