vendor
The vendor
directory contains the application's dependencies, which were installed with Composer.
You should never commit the contents of this directory to the source code repository . Instead, you manage the exact versions of the dependencies with composer.json and composer.lock.
An entry in .gitignore excludes the entire vendor directory from version control.
Last updated
Was this helpful?