yii2 create dynamic title in layout main.php
- By Preneesh AV --
- 28-Oct-2018 --
- 87 Comments
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>