saperx/laravel-editorjs-html is a Laravel package for convert object editorjs to html view.
It currently has 0 GitHub stars and 294 downloads on Packagist (latest version 1.2).
Install it with composer require saperx/laravel-editorjs-html.
Discover more Laravel packages by saperx
or browse all Laravel packages to compare alternatives.
Last updated
Editorjs-html you can convert the output object of EditorJs to HTML using editor-js/editorjs-php validation
Note: The components work with Tailwind classes
composer require saperx/laravel-editorjs-html
php artisan vendor:publish --provider="SaperX\LaravelEditorjsHtml\EditorJSHtmlProvider"
use SaperX\LaravelEditorjsHtml\EditorJSHtml;
//[...]
$convertToHtml = new EditorJSHtml($request->input('editorjs_data'));
$convertToHtml->render(); //return html view