Does Laravel BackPack have easy way to set custom favicon in admin panel ? I would appreciate any help)
Asked
Active
Viewed 1,417 times
2
-
1Have you tried adding a favicon.ico file to the root of the `public` directory? – Adam McKenna Apr 27 '17 at 08:40
-
1Yeah, I did it and it works.I gGenerated a favicon here: http://realfavicongenerator.net/ and I added it in the master blade of the admin panel. Worked like a charm. Edit: I have a custom design – Indra Apr 27 '17 at 09:50
-
Indra, write please full path to file in which you append favicon link – Odin Thunder Apr 27 '17 at 09:56
1 Answers
2
Solve problem to add favicon link into my layout.blade.php file
resources/views/vendor/backpack/base/layout.blade.php
! Do not forget to publish backpack views
php artisan vendor:publish --provider=Backpack\Base\BaseServiceProvider
Great thanks to all who helped :)

Odin Thunder
- 3,284
- 2
- 28
- 47