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 |
What do you mean by component in cakephp?
How many types of caches does cakephp support? Explain
How we can set custom page title in cakephp?
How can you set custom page title for the static page?
Explain the difference between beforerender() and beforefilter() in cakephp?
What are the server requirements for installing cakephp?
How can we use ajax in cakephp?
What are the server requirements for cakephp?
Is cakephp a mvc?
What are sessions in php.
Which is better cakephp or laravel?
What is the folder structure of cakephp?