justcoded / yii2-starter

Yii2 JustCoded Project Template
Other
41 stars 19 forks source link

Fatal error in console if .env file does not exist #41

Closed Linguisto closed 5 years ago

Linguisto commented 5 years ago

Steps to reproduce

  1. Ensure that .env does not exist
  2. Run any console script like php yii hello

Expected result: the console outputs a warning that .env file does not exist. Ideally, proposes to create one then from the .env-example. Actual result: The fatal error "PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read the environment file"

aprokopenko commented 5 years ago

I think it's correct behavior, that application is not running w/o required environment variables.