Block editor for Laravel

by Jeffrey van Rossum

Lately I've been working on a Livewire powered block editor. It is intended to be used mainly for creating newsletters. This package could potentially be used in tools as Mailcoach.

See the below tweet of a short demo video (or on Youtube):

Some interesting notes on the editor:

  • The Block is the visual part, Livewire component allows you to edit the block content
  • You can save the output as JSON and HTML
  • The editor keeps history (so cmd + z works)
  • Add your own topbar buttons
  • Apply your own colors and logo in the editor
  • Supports MJML

Hopefully I will be able to release a first version on GitHub soon.

Comments

Talk about this article on X.
Did you like this post?

If you sign up for my newsletter, I can keep you up to date on more posts like this when they are published.