Speaktech.in

yii2 create dynamic title in layout main.php

In yii2 we can create dynamic title in layout main.php  which should load if we have not set individual title in concern pages:  


    <title><?= Html::encode($this->title = $this->title ? $this->title : 'Fresh Sea Foods : Delivered at your Door Step') ?></title>