What is composer in cakephp?
Answer / Shekher Singh Bharti
Composer is a dependency manager for CakePHP, allowing you to declare the required libraries and their versions in a json file (composer.json), and automatically downloading and installing them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the latest version of cakephp?
what is the use of $this->set(compact());?
What is cake?
What is recursive in cakephp?
How to add scaffolding in your application?
How to display the schema of the model?
What is validation model in cakephp?
How can you make urls search engine friendly while using cakephp?
What is the name of cakephp database configuration file?
Explain the difference between component, helper, behavior in cakephp?
Is cakephp a mvc?
How to include helpers in controller ?