APP_NAME={{ project_name_pascal }}
APP_ENV=testing
APP_DEBUG=true
APP_URL=http://localhost:8000
APP_TIMEZONE=UTC

LOG_LEVEL=debug

DB_CONNECTION=memory
DB_ECHO=false
