# change it your brand name
APP_NAME='Events Pro FullyLoaded'
# change it to production if you are going live
APP_ENV=local
# change it to false if you are going live
APP_DEBUG=true
# change it to your website url
APP_URL=http://events-pro-fullyloaded.test

APP_KEY=base64:4uvfxY4M4oUqU/+mA6NnAV631zs34oEEl+Lqg1kXcPY=

# change it to your MySql credentials
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE="events-pro-fullyloaded-db"
DB_USERNAME="root"
DB_PASSWORD="password"

# REMOVE THIS AFTER FINISHING INSTALLATION SUCCESSFULLY
SESSION_DRIVER=file