Hey geetroot, when you clone a project from github, it usually does not come with the vendor folder. Make sure you run composer update and composer dump-autoload to download the necessary packages listed on your composer.json file.
If you do not have composer installed, check their documentation.. Make sure you also have PHP installed.
Let us know if this helps you.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.