Skip to content

Commit 9ba2d20

Browse files
committed
update
1 parent 39b81f4 commit 9ba2d20

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
UEditor extension for laravel-admin
22
======
33

4-
这是一个 `laravel-admin` 扩展,用来将 [UEditor](https://ueditor.baidu.com/website/index.html) 集成进 `laravel-admin` 的表单中,依赖 [overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)
4+
这是一个 `laravel-admin` 扩展,用来将 [UEditor](https://ueditor.baidu.com/website/index.html) 集成进 `laravel-admin` 的表单中,~~依赖 [overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)~~ 依赖 [codingyu/laravel-ueditor](https://github.com/codingyu/laravel-ueditor)
55

66
## 安装
77

88
```bash
99
composer require codingyu/ueditor
1010
```
1111

12-
发布 `overtrue/laravel-ueditor` 的资源
12+
发布资源
1313
```bash
14+
// V3.*
15+
php artisan vendor:publish --provider='Codingyu\LaravelUEditor\UEditorServiceProvider'
16+
// V2.*
1417
php artisan vendor:publish --provider='Overtrue\LaravelUEditor\UEditorServiceProvider'
1518
```
1619

@@ -36,11 +39,11 @@ php artisan vendor:publish --provider='Overtrue\LaravelUEditor\UEditorServicePro
3639

3740
```
3841

39-
后端配置 `config/ueditor.php`,参考 [overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)
42+
后端配置 `config/ueditor.php`,参考 ~~[overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)~~ [codingyu/laravel-ueditor](https://github.com/codingyu/laravel-ueditor)
4043

4144
## 使用
4245

43-
### 2.*
46+
### 2.*|3.*
4447
组件名可配置,默认 `UEditor`
4548

4649

0 commit comments

Comments
 (0)