Odin Thunder
Odin Thunder

Reputation: 3547

How to set custom favicon in Laravel BackPack admin panel?

Does Laravel BackPack have easy way to set custom favicon in admin panel ? I would appreciate any help)

Upvotes: 2

Views: 1872

Answers (1)

Odin Thunder
Odin Thunder

Reputation: 3547

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 :)

Upvotes: 2

Related Questions