Explain directory structure of yii 2 framework?
Answer / Gajram Singh
{"yii": "Root directory containing the index.php, web and console subdirectories","web": "Contains frontend assets like JavaScript, CSS, images, views, controllers, and components","console": "Holds command-line tools for managing applications"}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is yii framework?
What is name of first file the loaded when yii 2.0 framework starts?
How to install yii framework?
How to make layout in yii?
What is the naming convention inyii?
Provide steps to install yii 2 framework?
Explain request life cycle in yii2 framework.
How we can call layouts in controller file in yii?
What is gii in yii 2.0 and why it is used?
What is the purpose of “gii” in yii2?
How do we extend yii?
What are yii helpers?