# Current Version Framework
APP_VERSION=1.0.0
# Environment Settings: production, development only available
APP_ENV=development
# all, error, warning, debug, info
APP_DEBUG=all
# output Debug to log
APP_LOG=true
# 32 character Alphanumeric APP_KEY
APP_KEY=O0kAGEcutkKwLiMWsqqGuVEYeTIocJmg
|