You could try to move your settings from .env file to respective config files in config directory and delete the .env file.
You probably will only need to move APP_KEY value to config/app.php (and maybe enable debug, if you need it);
and DB_* values to config/database.php.
Xum said:
You could try to move your settings from
.envfile to respective config files inconfigdirectory and delete the.envfile.You probably will only need to move
APP_KEYvalue toconfig/app.php(and maybe enable debug, if you need it); andDB_*values toconfig/database.php.
Thanks a lot!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.