DEV Community

Cover image for Error Laravel after clone/download from GitHub/GitLab or any (Solution)

Error Laravel after clone/download from GitHub/GitLab or any (Solution)

Osman Forhad on March 11, 2021

I was working on a Laravel project which I was starting from my office, and it’s is in the GitHub repository uploaded by me. After arriving at my h...
Collapse
 
yano1978 profile image
ernesto ianuario • Edited

I had a similar issue working with Orbstack and ddev laravel, so in my case steps were these here below, I will leave this as reference, I hope it can help:

  1. ddev composer install
  2. copy .env.example and leave it as .env (same as you)
  3. ddev ssh & php artisan key:generate