What are the steps to install yii 2.0 framework?
Answer / Rajat Kush
To install Yii 2.0 framework, you can use Composer (a dependency manager for PHP) by running the command: composer create-project --prefer-dist yiisoft/yii2-app-basic yourProjectName
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the yii versions?
How we can set default controller in yii?
What is the first file that gets loaded when you run a application using yii?
How to use asset bundles in yii?
What are the steps to install yii 2.0 framework?
How to pass parameters from controller to layout in yii2?
How to include a javascript menu through a site?
What is the difference between yii & yii2?
What is helper in yii?
Why yii framework is faster?
What is the naming convention in yii framework? Explain
What is cformmodel in yii framework ?