Package converts editorjs blocks into html.
fxcjahid/laravel-editor-js-html is a Laravel package for package converts editorjs blocks into html..
It currently has 1 GitHub stars and 40 downloads on Packagist (latest version 2.1).
Install it with composer require fxcjahid/laravel-editor-js-html.
Discover more Laravel packages by fxcjahid
or browse all Laravel packages to compare alternatives.
Last updated
This package conver EditorJs to pure Html
composer require fxcjahid/Laravel-editor-js-html
config/app.phpfxcjahid\LaravelEditorJsHtml\LaravelEditorJsHtmlProvider::class,
Supported Blocks and tools:
See the 😎 Awesome Editor.js list for more tools.
Convert blocks into HTML
use Fxcjahid\LaravelEditorJsHtml\BlocksManager;
$blocksManager = new BlocksManager($data);
$html = $blocksManager->renderHtml();
echo $html