Running a PHP script or Worker as a Systemd Service
Published on: Sep 24 2023
By: Krishnan Sethuraman
Systemd is one of the best ways to run a PHP script as a service or to configure a worker. I have used it to configure multiple workers on the same server and it works seamlessly. You do not need to install, supervisor anymore to run your workers.
Building a simple and powerful blogging platform
Published on: Aug 14 2023
By: Krishnan Sethuraman
Containerising my Laravel website with Docker
Published on: Jul 29 2023
By: Krishnan Sethuraman
I recently containerized my Laravel website using Docker and Docker Compose so I could work across my Mac and Linux machines. Here's how I did it, step by step.