If you are looking to build an email marketing tool like sendy or mailchimp with Laravel, continue reading.

Laravel mail designer

Laravel Mailable works like a charm, but the dependency on using a blade file as the view makes it hard to build a WYSIWYG editor for emails in Laravel.

Faced with this challenge, I started experimenting with Laravel BladeCompiler , turns out it was a pain, so hit upon the idea of re-generating the blade files when an email template is saved.