#How can I extend default laravel mail?

3 messages · Page 1 of 1 (latest)

bright patrol
#

How can I extend default laravel mail? I created a new mailable class and want to use the default laravel mail theme

<x-mail::layout> test </x-mail::layout>

I already exported all vendor files.

acoustic rose
#

Is it 'mail' or mail in your SubscriptionEnded notification?

bright patrol
#

public function content(): Content { return new Content( view: 'mail.adi', ); }

This is what I have in SubscriptionEnded mailable class.

when I remove x-mail, mail works. x-mail isn't being detected.

-----x-mail::layout
test
------ </x-mail::layout>