ankitech / laravel-editorjs-html
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package info
github.com/Muntader/laravel-editorjs-html
Language:Blade
Type:metapackage
pkg:composer/ankitech/laravel-editorjs-html
1.1
2024-05-12 11:12 UTC
Requires
- php: ^8.0
- codex-team/editor.js: dev-master
- illuminate/support: ^6|^7|^8|^11
This package is auto-updated.
Last update: 2025-09-12 14:29:49 UTC
README
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 ankitech/laravel-editorjs-html php artisan vendor:publish --provider="Ankitech\LaravelEditorjsHtml\EditorJSHtmlProvider"
Usage
$convertToHtml = new EditorJSHtml($request->input('editorjs_data'));
$convertToHtml->render(); return html view