Install existing laravel project

0

Hello, how are you? I want to install a laravel project downloaded from github, in my xampp, localhost. But I have the error that appears in the image

    
asked by Henry Manuel 27.07.2018 в 06:16
source

1 answer

0

Each time you download a new project from laravel I recommend the following:

  • run composer install
  • Inside the directory create the .env file and add the credentials of your database.
  • php artisan cache: clear and php artisan config: cache
  • php artisan serve
  • this should work, greetings

        
    answered by 27.07.2018 в 15:05