What are the directory structure of yii 2.0 framework?
Answer / Shivendra Kishore
The directory structure of Yii 2.0 framework includes the following main directories:n- assets: Holds frontend and backend assets such as JavaScript, CSS, and images.n- commands: Contains console commands for Yii.n- config: Stores configuration files.n- modules: Houses third-party and custom modules.n- runtime: Stores temporary data generated during the application's execution.n- vendors: Used by Composer to manage dependencies.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is required properties in yii application? Why?
If you have to validate a registrations module for a user, what all can be possible ways, which one is the best?
Explain the difference between homeurl and baseurl in yii2?
How to set default controller on yii project ?
What are the core application components available on yii?
What are the requirements of the yii?
What is the component, uses, how can we do and what is the better way?
What is gii in yii 2.0?
What is active record(ar) in yii?
What is latest version yii 2 framework?
Can you list some database related functions in yii?
What is the naming convention in yii framework? Explain