...but what is the vendor folder for in my root.
Comes with composer I think and yes I have googled but nothing seems to give me a simple one line definition of vendor folder.
thanks
Martin
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
...but what is the vendor folder for in my root.
Comes with composer I think and yes I have googled but nothing seems to give me a simple one line definition of vendor folder.
thanks
Martin
I think it's where SilverStripe automatically puts all third-party requirements from the composer.json files that are not SS core ore a module.
So composer is in there because of the requirement in cms, framework and the simple theme:
"require": {
"composer/installers": "*",
},
But I've seen more in there, depending on modules defining their own third-party software requirements