yii - Redirect to Home Page using Nav Bar -


i want add 1 button in nav bar redirect index.php. please me complete task.i want redirect below url

http://localhost/backup/web/index.php

i trying below code,

     echo nav::widget([       'options' => ['class' => 'navbar-nav navbar-right'],   'encodelabels' => false,       'items' => [   ['label' => 'contactus', 'url' => ['index.php']],     ],   ]); 

try this

 'url'=> yii::$app->homeurl 

Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -