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 are the directory structure of yii?
What is active record(ar) in yii?
How to use datetimepicker in yii2?
What is the component, helper and why are they used, is there other way we can do same thing, what is better?
How can we set a flash message in yii2?
What is gii?
How to get current url in yii?
How you can write a custom component and use it inside your app?
Why yii framework is faster?
How can we get all root directory path in yii2?
How can you include a javascript menu throught the site? Give steps
How to pass parameters from controller to layout in yii2?