explain the server requirements for cakephp.
Answer / Durgesh Shekhar
For CakePHP, the following server requirements should be met: 1. PHP version 7.2 or higher 2. MySQL version 5.5 or higher (for database interaction) 3. Web Server like Apache or Nginx 4. PHP extensions such as PDO, mbstring, and Fileinfo.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are components in cakephp. List some commonly used cakephp components?
How can you make urls search engine friendly while using cakephp?
What is the default extension of view files in cakephp?can we change it?if yes then how?
List some database related functions in cakephp.
Which function is executed before every action in the controller?
What are sessions in php. How to read, write and delete session in cakephp?
List some commonly used cakephp components?
What is composer? How to create a cakephp project using composer?
How to display the schema of the model?
How to create a cakephp project using composer?
What are controllers?
What are components in cakephp.