Click read more to check gist code.
Continue reading How to automatically prepend title in Yii2 application?
Tag: Yii2
How to add Bootstrap 4 to Yii2?
If you’ll ever tried to install Twitter Bootstrap 4 Extension for Yii 2 you know that this is pain in the ass because Bootstrap 3 dependency… Continue reading How to add Bootstrap 4 to Yii2?
How to add template identifier in Yii2 HTML output
Sometimes it’s nice to know which template is currently rendered, just by looking into HTML source. It saves a lot of time if your application is really big.
Continue reading How to add template identifier in Yii2 HTML output