.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
APP_ENV
Two choices: local|production.
APP_DEBUG
true if you want to show debug information on error. For production, put this to false.
APP_KEY
secret
The encryption key. This is the most important part of the application. Keep this secure otherwise, everyone will be able to access your…
APP_URL
The URL of your application.
APP_LOG
Frequency of creation of new log files. Possible values: single|daily|syslog|errorlog
DB_CONNECTION
Database information To keep this information secure, we urge you to change the default password
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
secret
DB_TEST_DATABASE
DB_TEST_USERNAME
DB_TEST_PASSWORD
secret
MAIL_DRIVER
Mail credentials used to send emails from the application.
MAIL_HOST
MAIL_PORT
MAIL_USERNAME
MAIL_PASSWORD
secret
MAIL_ENCRYPTION