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