Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
codingyu committed Oct 2, 2019
1 parent 39b81f4 commit 9ba2d20
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
UEditor extension for laravel-admin
======

这是一个 `laravel-admin` 扩展,用来将 [UEditor](https://ueditor.baidu.com/website/index.html) 集成进 `laravel-admin` 的表单中,依赖 [overtrue/laravel-ueditor](https://github.com/overtrue/laravel-ueditor)
这是一个 `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)

## 安装

```bash
composer require codingyu/ueditor
```

发布 `overtrue/laravel-ueditor` 的资源
发布资源
```bash
// V3.*
php artisan vendor:publish --provider='Codingyu\LaravelUEditor\UEditorServiceProvider'
// V2.*
php artisan vendor:publish --provider='Overtrue\LaravelUEditor\UEditorServiceProvider'
```

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

```

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

## 使用

### 2.*
### 2.*|3.*
组件名可配置,默认 `UEditor`


Expand Down

0 comments on commit 9ba2d20

Please sign in to comment.