Configure Environment

Find .env file edit or change

circle-info

If you don't find the .env file then please enable "Show hidden files" using file manager settings

Then change the below information according to your database credentials

  • DB_HOST= your database host

  • DB_PORT= your database port number

  • DB_DATABASE= your database name

  • DB_USERNAME= your database username

  • DB_PASSWORD= your database password

Last updated