How can I make a mailable in a Filament plugin?
I am trying to make a mailable in a new custom Filament plugin but when I use it it gives the following error:
Target class [Spatie\LaravelIgnition\ContextProviders\ComponentRegistry] does not exist.
I am trying to debug and I can dd as far as the attachments function, before the return in the function it works and after the return it gives the error. Also when remove the whole attachments it also gives the error. I have no clue as this debugging is not making sense.
0 Replies