2

In DOCROOT folder of Kohana 3.3 there is a new vendor folder.

What is it for?

s.webbandit
  • 16,332
  • 16
  • 58
  • 82

3 Answers3

7

It's not supposed to be there. It was leftover from composer.

zombor
  • 3,247
  • 17
  • 30
4

It is where you can drop external libraries for use with Kohana.

For example, this is where I put my 3rd party Twitter API.

darryn.ten
  • 6,784
  • 3
  • 47
  • 65
1

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.

Ronnie Depp
  • 159
  • 3
  • 12