Docker is a popular containerization platform that allows developers to package applications and their dependencies into lightweight, standalone containers that are easy to deploy and run on any platform. In this article, we'll show you how to dockerize a PHP …
Hossam Elshahawi Articles.
I have faced an issue with a Laravel backend which is trying to make an HTTPS request to another service, and by checking the logs I have found this error. I’m using Ubuntu server 20.04.2 LTS with PHP 7.1 installed. …
Social Profiles