I got following error in my browser
Fatal error Uncaught Error: Class 'Illuminate\Foundation\Application' not
found in C:\xampp\htdocs\app\bootstrap\app.php:14 Stack trace: #0
C:\xampp\htdocs\app\public\index.php(22): require() #1 {main} thrown in
C:\xampp\htdocs\app\bootstrap\app.php on line 14
You cloned the repository. But the repository doesn't have the required packages.
composer install(orcomposer update)composer dump-autoload -oRun the project, and it shouldn't show these errors.