Support the ongoing development of Laravel.io →
Security Requests Forms
Last updated 1 year ago.
0
Solution

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.

0

Xum said:

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.

Thanks a lot!

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Adam adam Joined 16 Apr 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.