Download the PHP package ankitech/laravel-editorjs-html without Composer
On this page you can find all versions of the php package ankitech/laravel-editorjs-html. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-editorjs-html
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
All versions of laravel-editorjs-html with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
codex-team/editor.js Version dev-master
illuminate/support Version ^6|^7|^8|^11
codex-team/editor.js Version dev-master
illuminate/support Version ^6|^7|^8|^11
The package ankitech/laravel-editorjs-html contains the following files
Loading the files please wait ....