Articles about: "Environment Variables"

Set Environment Variables in PHP with PHP dotenv

Set Environment Variables in PHP with PHP dotenv

April 12, 2023

There are a number of ways to set environment variables in PHP. But the approach I use most often in development is a wonderful package called PHP dotenv. In this tutorial, I’m going to step you through how to install and use it.