do6po/laravel-jodit
最新稳定版本:3.0.2
Composer 安装命令:
composer require do6po/laravel-jodit
包简介
An easy way to use the Jodit editor with your Laravel Api service.
README 文档
README
An easy way to use the Jodit editor with your Laravel Api service.
Installation
The package can be installed via composer:
composer require do6po/laravel-jodit
If you are using Laravel version <= 5.4 or the package discovery
is disabled, add the following providers in config/app.php:
'providers' => [ Do6po\LaravelJodit\Providers\JoditServiceProvider::class, ]
Configuration
To configure the package you need to publish settings first:
php artisan vendor:publish --provider="Do6po\LaravelJodit\Providers\JoditServiceProvider" --tag=config
See comments inside the config: config/jodit.php.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 349
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-15