Interview Questions

Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?

CakePHP Interview Questions and Answers


(Continued from previous question...)

Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?

There will be two vendor folders available in cakephp frame work. one in ” app ” folder and one in root folder
The vendor folder in the app folder is used to place the third-party libraries which are application specific.
The vendor folder in the root folder is used to place the third-party libraries which are used for multiple applications.

(Continued on next question...)

Other Interview Questions