Click read more to check gist code.
Continue reading How to automatically prepend title in Yii2 application?
Category: 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