What are the server requirements for installing cakephp?
Answer / Anurodh Saxena
CakePHP requires PHP 5.6.x or higher, a web server like Apache or Nginx, and MySQL 5.5 or higher (or other supported database systems). It also needs the necessary PHP extensions such as PDO, mbstring, Fileinfo, and others.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of $this->set();
List minimum server requirements to install cakephp?
Explain the callback functions in cakephp?
What do you mean by component in cakephp?
What is recursive in cakephp?
What is email configuration in cakephp?
What is the folder structure of cakephp?
List some of the features in cakephp?
What is composer in cakephp?
What is ctp file for in cake php?
How to include helpers in controller ?
Which is better cakephp or laravel?