Favicon

Hi, Ive added favicon to my project. It's working fine with firefox but not working in chrome and safari. I've checked the view page source, I can see the link of my favicon and it is working.

Current implementation
->favicon(asset('images/favicon.ico'))
or
->favicon(asset('images/favicon.png'))

both working on firefox only.

May I know how can I resolve this?
Solution
I've override the favicon in root folder and it's working.
Was this page helpful?