-
Clone this repository.
-
Create a
.env
file in the root directory. (under the same dir as index.php) -
Add the following environment variables to the
.env
file:
SERVERNAME="localhost"
USERNAME="your_username"
PASSWORD="your_password"
DBNAME="your_db_name" -
Save the
.env
file.
Now you're all set!