kinghip/froala-editor
Composer 安装命令:
composer require kinghip/froala-editor
包简介
Easy to use Froala editor with laravel
README 文档
README
integrate froala editor with laravel
Installation
- run command
composer require kinghip/froala-editor:dev-master - add service provider to config/app.php
Kinghip\FroalaEditor\FroalaEditorServiceProvider::class, - run
php artisan vendor:publish
Config
add you upload image url and remove image url in config/froala.php
Usage
- call assets `
- init editor using
<?= \Kinghip\FroalaEditor\Froala::initEditor("name",'id', 'content', $is_required=true)?>
Support
for any questions contact me at : ngovihai.it@gmail.com
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-22