nova-mail
nova-mail copied to clipboard
A Laravel Nova action that provides a mail sending form for any resource
Heyo, Maybe a nice feature would be to create e-mails based on a WYSIWYG editor instead of blade templating.
This change adds support for using a custom authentication guard with Nova.
Any option to change the behavior using the filesystem to possibly something else that would work with Laravel's Vapor service? Seems as if the reliance on the filesystem is a...
> `/** * @return \Illuminate\Database\Eloquent\Relations\BelongsTo */ public function sender() { return $this->belongsTo(config('auth.providers.users.model')); }` Should sender be same model provider that is used by nova guard ?
Hey getting this issue atm Could not bind NovaMailEvents. NovaMail tables might not have migrated yet, typical when running fresh migrations during testing or local development.
It would be nice to be able to insert placeholders that are not columns, like an eloquent model.
Attempted to remove as I found it doesn't work for my use case, did composer remove and it came saying something about it not being required by composer.json so it...