InterviewSolution
| 1. |
Why Cakephp Have Two Vendor Folder?what Is The Difference Between Two Vendors Folder Available In Cakephp? |
|
Answer» 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. 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. |
|