How can I change the logo on a fresh installed Metronic + Laravel app?
Hi Reza,
You can modify the logo in this file.
resources/views/layout/demo1/aside/_base.blade.php
<img src="https://i.ibb.co/C0f5r9C/image.png" alt="image" border="0">
Thanks
Hi,
How do we change the demo1 (public/demo1) folder name, so that all the asset URLs don't have demo1 in them?