laravel-mail-editor icon indicating copy to clipboard operation
laravel-mail-editor copied to clipboard

May I know the approx. release date of new version which is supported with Laravel 10?

Open riteshhirapara opened this issue 1 year ago • 3 comments

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.

riteshhirapara avatar Dec 26 '23 03:12 riteshhirapara

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 avatar Dec 29 '23 16:12 Stephan-MC

@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?

riteshhirapara avatar Jan 04 '24 06:01 riteshhirapara

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

ReeceM avatar Jan 04 '24 08:01 ReeceM