Closed
Description
Tried with a fresh install of yii2.
When I start the server with php yii serve
, the .env isn't loaded.
I found this workaround:
- renaming the .env file to .envv
- starting the server with
php yii serve
- renaming the .envv to .env
Yii2 (2.0.5)
Windows 10
PHP 7.0.4
Perhaps, I missed something in the configuration?
Metadata
Metadata
Assignees
Labels
No labels