承接 daothanh/tinymce 相关项目开发

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

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

daothanh/tinymce

最新稳定版本:v1.0.1

Composer 安装命令:

composer require daothanh/tinymce

包简介

Filament Tinymce Plugin

README 文档

README

Integration

Installation

You can install the package via composer:

composer require daothanh/tinymce

Publish the assets:

php artisan vendor:publish --tag="daothanh-tinymce-assets"

Publish the Laravel Filemanager’s config and assets :

php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public

Create symbolic link :

php artisan storage:link

Optionally, you can publish the config file for customization:

php artisan vendor:publish --tag="daothanh-tinymce-config"

Usage

use Daothanh\Tinymce\Forms\Components\TinymceField;

TinymceField::make('description');

Customization

Simple editor

To use a predefined simple editor, you may use the profile() method:

TinymceField::make('description')->profile('simple');

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-16