Answer Posted / 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 |
Post New Answer View All Answers