You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install the project after cloning it locally, I noticed that the .env.example file mentioned in the settings is not included in the files list. The installation will fail without the .env file required by laravel.
I was able to fix this by downloading Laravel's .env.example file and adjusting it.
The text was updated successfully, but these errors were encountered:
Trying to install the project after cloning it locally, I noticed that the
.env.example
file mentioned in the settings is not included in the files list. The installation will fail without the.env
file required by laravel.I was able to fix this by downloading Laravel's
.env.example
file and adjusting it.The text was updated successfully, but these errors were encountered: