承接 fxcjahid/laravel-editor-js-html 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fxcjahid/laravel-editor-js-html

最新稳定版本:2.1

Composer 安装命令:

composer require fxcjahid/laravel-editor-js-html

包简介

Package converts editorjs blocks into html.

README 文档

README

laravel-editorjs-html

Laravel Editor JS Html

This package conver EditorJs to pure Html

Install

  1. Install package
composer require fxcjahid/Laravel-editor-js-html
  1. Add provider in config/app.php
fxcjahid\LaravelEditorJsHtml\LaravelEditorJsHtmlProvider::class, 

Supported Blocks and tools:

See the 😎 Awesome Editor.js list for more tools.

Suggest

Usage

Convert blocks into HTML

use Fxcjahid\LaravelEditorJsHtml\BlocksManager;

$blocksManager = new BlocksManager($data);
$html = $blocksManager->renderHtml();
echo $html

统计信息

  • 总下载量: 40
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-10