In DOCROOT folder of Kohana 3.3 there is a new vendor
folder.
What is it for?
In DOCROOT folder of Kohana 3.3 there is a new vendor
folder.
What is it for?
It's not supposed to be there. It was leftover from composer.
It is where you can drop external libraries for use with Kohana.
For example, this is where I put my 3rd party Twitter API.
May be irrelevant but for newbies to KOHANA 3.3, that Vendor directory is meant for extending/adding custom vendor based functionality, similar to the plug-ins concept. And it's not new addition to kohana 3.3.
Also as @zombor mentioned it's a-left-over in DOCROOT.
Rest is all clear in my opinion.