1
1 Comment

Open Source PHP Docker Images for running Laravel Apps in Production

https://serversideup.net/open-source/docker-php/

We recently launched a documentation site to help people use Docker + PHP in production. We've been using these images to run our Laravel apps for a few years and released these to be open source. Just wanted to share in case this helps any Laravel Makers out there 👍

submitted this linkon March 14, 2023
  1. 1

    PHP is not dead and its advanced uses definitely help the programming community. Mainly, Dockerized PHP applications are getting much attention from users because of their security and less resource consumption benefits.

    However, you should also include the PHP app deployment means in your guide to enhancing the knowledge of dev teams. I think we should talk about ways like this https://blog.back4app.com/how-to-deploy-a-php-application/ to deploy PHP applications in Docker containers.

    In this regard, several options like the Back4app Container Platform, AWS, DigitalOcean, Heroku and Google Cloud Run are available in the market. We can discuss the pros and limitations of using these platforms and our experiences as well.