Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/275.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Laravel 5.6 favicon未显示_Php_Html_Laravel_Favicon - Fatal编程技术网

Php Laravel 5.6 favicon未显示

Php Laravel 5.6 favicon未显示,php,html,laravel,favicon,Php,Html,Laravel,Favicon,我的项目是Laravel 5.6电子商务。Favicon未显示,但文件路径正确 前端: <head> <link rel="shortcut icon" href="https://www.luckykidstasarim.com/img/favicon.ico"> </head> <link rel="shortcut icon" href="{{ asset('img/favicon.ico') }}">

我的项目是Laravel 5.6电子商务。Favicon未显示,但文件路径正确

前端

<head>              
    <link rel="shortcut icon" href="https://www.luckykidstasarim.com/img/favicon.ico">
</head>
<link rel="shortcut icon" href="{{ asset('img/favicon.ico') }}">

后端

<head>              
    <link rel="shortcut icon" href="https://www.luckykidstasarim.com/img/favicon.ico">
</head>
<link rel="shortcut icon" href="{{ asset('img/favicon.ico') }}">

您可以尝试以下方法:

<link rel="shortcut icon" href="{{ asset('img/favicon.ico') }}"  type='image/x-icon'>


[Browser]清除缓存已经两周了。我再次从另一个浏览器查看。我可以在“浏览器”选项卡上看到您的favicon.ico。什么不适合你?