What are the directory structure of yii 2.0 framework?
Answer Posted / 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 |
Post New Answer View All Answers