ezadev/xeditor
Composer 安装命令:
composer require ezadev/xeditor
包简介
Text Editor untuk Ezadev Admin
README 文档
README
Installation
composer require ezadev/xeditor
Then
php artisan vendor:publish --tag=ezadev-xeditor
Configuration
In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.
'extensions' => [ 'xeditor' => [ 'enable' => true, 'config' => [ 'lang' => 'id-ID', 'height' => 250, ] ] ]
Usage
Use it in the form:
$form->xeditor('content')->set_mode('full|lite');
for custom Toolbar:
$form->xeditor('content')->set_mode('custom') ->set_toolbar(['bold','underline']);
for custom toolbar please refer to the https://summernote.org/deep-dive/
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-20