composer install will install all packages that have been installed during the last composer update
It will also create the vendor folder where it can put all those packages ;)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I upload my laravel project to git and the git ignore the vendor folder. Therefore when I download it - I have to create a new vendor folder.
How to do so?
I forget. Is it: composer install
Will that only create the vendor folder?
Thanks in advance.
Please or to participate in this conversation.