Support the ongoing development of Laravel.io →
Configuration Packages
Last updated 1 year ago.
0

Verify your .gitignore file

0

Just as above ommentor sais.

.env files are ignored by git be default and is not uploaded to git. This is so that your passwords and other things you want to keep secret stay a secret.

You should create a new .env file on your server and populate it with all the settings and parameters you want to be used on your server. This is only needed to be done once since it won't be over-written by your local files on your next push. Nify, huh?

0

Yes, my .gitignore file ignores all .env files.

However, I have created a new .env file on the webserver with required details and it is not loaded.

Last updated 8 years ago.
0

Any ideas, anyone?

0

Run

php artisan env

in the command line in order to check your environment.

0

Current application environment: production.

In the .env file it is set to 'local'.

Last updated 8 years ago.
0

For me it was a permissions issue... the web server user didn't have permission to read from .env.

*I'm using capistrano to create the .env file so this isn't the likely scenario for most folks.

0

So what was the problem ? I am also having same issue. The app seems to not read the .env.production The chmod is 777 for that file but still seems to be not visible ! How did you solved it ?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

DeividasK deividask Joined 29 May 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.