Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

davy_yg's avatar
Level 27

creating vendor folder

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.

0 likes
4 replies
lostdreamer_nl's avatar

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 ;)

davy_yg's avatar
Level 27

I only need the vendor folder. If I run the composer install once again in my project directory, will it creates a problem?

davy_yg's avatar
Level 27

cool job. If it solves your problem please like my status. thx.

Please or to participate in this conversation.