LaravelPackages.net
Acme Inc.
Toggle sidebar
sophy/laravel-editorjs-html

9
0
v1.8
About sophy/laravel-editorjs-html

sophy/laravel-editorjs-html is a Laravel package. It currently has 0 GitHub stars and 9 downloads on Packagist (latest version v1.8). Install it with composer require sophy/laravel-editorjs-html. Discover more Laravel packages by sophy 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

Support Blocks

  • Header
  • Paragraph
  • Table
  • List
  • Delimiter
  • Code
  • Quote
  • Embed
  • Image
  • Checklist
  • Link
  • Raw

Installation

composer require sophy/laravel-editorjs-html php artisan vendor:publish --provider="Ankitech\LaravelEditorjsHtml\EditorJSHtmlProvider"

Usage

$convertToHtml = new EditorJSHtml($request->input('editorjs_data'));
$convertToHtml->render(); return html view

Star History Chart