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();
How to pass multiple parameters to access into the view files?
What is a layout?
What is the current stable version of cakephp?
How to include helpers in controller ?
What are commonly used components of cakephp?
When cakephp was developed?
What is habtm?
Why cakephp have two vendor folder?what is the difference between two vendors folder available in cakephp?
What is a element?
Which function is executed before every action in the controller?
What is a component in cakephp?