You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm facing this error after upgrading Laravel 8.65 to 9.52. It was working fine on Laravel 8 but afterupgrading to Laravel 9I'm getting this error. The body of "Symfony\Component\Mime\Part\TextPart" must be a string, a resource, or an instance of "Symfony\Component\Mime\Part\File" (got "Illuminate\Support\HtmlString").
This my HTML Code {!!$message->embedData(QrCode::size(200)->format('png')->generate('My Data'), 'QrCode.png', 'image/png')!!}
The text was updated successfully, but these errors were encountered:
Hi,
I'm facing this error after upgrading Laravel 8.65 to 9.52. It was working fine on Laravel 8 but afterupgrading to Laravel 9I'm getting this error.
The body of "Symfony\Component\Mime\Part\TextPart" must be a string, a resource, or an instance of "Symfony\Component\Mime\Part\File" (got "Illuminate\Support\HtmlString").
This my HTML Code
{!!$message->embedData(QrCode::size(200)->format('png')->generate('My Data'), 'QrCode.png', 'image/png')!!}
The text was updated successfully, but these errors were encountered: