无法更改 Laravel 邮件模板中的徽标

问题描述

我正在尝试更改 Laravel 中的徽标,我正在使用 Mailable 类。 我已经完成了以下步骤:

PHP artisan vendor:publish --tag=laravel-notifications
PHP artisan vendor:publish --tag=laravel-mail
PHP artisan storage:link

logo.png 保存在 storage/app/public 中

vendor/mail/html/message.blade.PHP 中,我尝试直接将图像添加

<img src="{{asset('logo.png')}}" class="logo" alt="{{config('app.name')}}">

以及更改 vendor/mail/html/header.blade.PHP 中的 img src

<img src="https://laravel.com/img/notification-logo.png" class="logo" alt="{{config('app.name')}}">

在这两种情况下,图像都已损坏。任何的想法?谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)