What are the server requirements to install yii2?
Answer / Saurav Yadav
The server requirements for Yii2 include:
- Apache 2.0+ or Nginx 1.4+
- PHP 7.1.0 or higher (recommended PHP 7.4)
- MySQL 5.5.3 or higher
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can set default controller in yii?
What is request life-cycle of yii 2.0 framework?
What are the new features acquired in yii2?
How do you proceed when you have to use yii for any application?
If you have to validate a registrations module for a user, what all can be possible ways, which one is the best?
What is the naming convention in yii framework? Explain
How can we get all root directory path in yii2?
What are formatter in yii 2.0?
How to include a javascript menu through a site?
What do you mean by active record in yii?
What are the core helper classes in yii framework?
Why gii is used?