How to set home page url in yii?
Answer / Ruchi Dhawan
To set the home page URL in Yii, you can set the 'homeUrl' option in your config/web.php file.nFor example:nreturn [ n 'components' => [n 'yiiweburlManager'n => [n 'homeUrl' => '/your-home-page',n ],n ];
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the component, uses, how can we do and what is the better way?
What are the directory structure of yii 2.0 framework?
What are the core components of yii2 framework?
How we can call layouts in controller file in yii?
What is yii 2?
What is gii in yii 2 and for what it is used?
How to use datetimepicker in yii2?
What do you mean by yii helpers?
List some features yii 2 framework?
How to include a view file in another view file yii?
How to connect to the database?
How to get the get home page url in yii?