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.
Just run composer install
after cd
ing into the Laravel project's directory.
The Vendor folder is created by running composer install
. It contains only the packages which you have asked composer to track in the composer.json
file. If you have a composer.phar
file in the root of your application run php composer.phar install
.
https://getcomposer.org/doc/00-intro.md is probably your best source for additional information.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With