why cakephp have two vendor folder?
Answer / Prashant Jaiswal
CakePHP has two vendor folders for better management and organization of third-party libraries: 1. vendor: This folder contains the core CakePHP library files, which are essential for the framework's functionality. 2. plugins/vendor: This folder is used to store third-party libraries that are specific to each plugin.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are commonly used helpers of cakephp?
Explain the difference between component, helper, behavior in cakephp?
Can we use ajax in cakephp?
What are hooks in cakephp?
What is the naming convention in cakephp?
List types of association supported by cakephp?
What are controllers?
Please provide controllers naming convention in cakephp?
How we can set custom page title in cakephp?
What are the server requirements for installing cakephp?
What is the folder structure of cakephp?
What is habtm?