ankitech / laravel-editorjs-html
Installs: 5 271
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 0
Forks: 4
Open Issues: 1
Language:Blade
Type:metapackage
Requires
- php: ^8.0
- codex-team/editor.js: dev-master
- illuminate/support: ^6|^7|^8|^11
This package is auto-updated.
Last update: 2025-03-12 13:32:02 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