home/posts/block-editor-for-laravel
April 12, 2023 ยท 1 min read

Block editor for Laravel

Jeffrey van Rossum
Jeffrey van Rossum
Product engineer ยท builds & ships his own products

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 such 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.

Questions or thoughts about this post?
say hi on ๐• โ†’