daothanh/tinymce
最新稳定版本:v1.0.1
Composer 安装命令:
composer require daothanh/tinymce
包简介
Filament Tinymce Plugin
README 文档
README
Integration
- TinyMCE 6
- Laravel Filemanager
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
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-16