Search code examples
phplaravelframeworkscomposer-php

Accidentally removed vendor folder in laravel project


I was working with a laravel project and, accidentally, removed vendor folder.

What should I do? Create a new project and copy it or download it anywhere else?

I had no additional composer dependencies installed.


Solution

  • Just run composer install after cding into the Laravel project's directory.