Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?
Answer / Kunwar Akram Ali
CakePHP has two vendor folders: one in the root directory and another inside the app directory. The root vendor folder contains third-party libraries that are required by CakePHP itself, while the app vendor folder contains third-party libraries specific to your application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is recursive in cakephp?
How to use session in cakephp?
What is mvc in cakephp?
How many types of caches does cakephp support? Explain
List minimum server requirements to install cakephp?
What is ctp file for in cake php?
How do I set up cakephp?
What do you mean by component in cakephp?
What is the difference between component, helper, behavior?
How to set layout in the controller?
List different type of cache cakephp supports?
What is the folder structure of cakephp?