How to add site logo to title bar in yii2>

I am using yii2 basic application template. I am also using Admin LTE theme. Now I want the logo of the organization to be displayed on every title page instead of XAMPP logo that is appearing. Similarly I want the logo in the header part of Admin LTE theme along with the organization name.

How to achieve this?

I have never worked with AdminLTE theme, but I assume that by replacing XAMPP logo you mean replacement of a web page icon. You can do it by creating icon file named favicon.ico and placing it to your /web directory.

If you don’t know how to create ICO file, you can find many tutorials and online tools on the net.

Ok Thanks for reference