laravel-mail-editor
laravel-mail-editor copied to clipboard
May I know the approx. release date of new version which is supported with Laravel 10?
Right now I'm in the middle of development with Laravel 10 and I want to use this feature if any pre-tester version then I'm happy to use and testing.
to install on laravel 10,
composer require qoraiche/laravel-mail-editor:dev-master
or
composer require qoraiche/laravel-mail-editor:4.1.0-beta.0
@Stephan-MC Thanks for the help but I already did it. Can you help me how to use created template to send my custom mail using the dashboard?
Thanks for the help but I already did it. Can you help me how to use created template to send my custom mail using the dashboard?
@riteshhirapara If you want to use created templates you would copy the view name in the template and manually add it to the mail or notification class.
I know the YouTube video in the readme is still relevant that you can watch too.
Let me know if this answers your question