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.
Trying to install the project after cloning it locally, I noticed that the
.env.examplefile mentioned in the settings is not included in the files list. The installation will fail without the.envfile required by laravel.I was able to fix this by downloading Laravel's
.env.examplefile and adjusting it.