Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit a4edf9b

Browse files
committed
Update readme.
1 parent 906e131 commit a4edf9b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,14 @@ $ composer require "overtrue/laravel-ueditor:~1.0"
5151

5252
# 说明
5353

54+
1. 如果你使用的是 laravel 5.3 以下版本,请先创建软链接:
55+
```shell
56+
# 请在项目根目录执行以下命令
57+
$ ln -s `pwd`/storage/app/public `pwd`/public/storage
58+
```
5459
1. 在 `config/ueditor.php` 配置 `disk` 为 `'public'` 情况下,上传路径在:`public/uploads/` 下,确认该目录存在并可写。
55-
2. 如果要修改上传路径,请在 `config/ueditor.php` 里各种类型的上传路径,但是都在 public 下。
56-
3. 请在 `.env` 中正确配置 `APP_URL` 为你的当前域名,否则可能上传成功了,但是无法正确显示。
60+
1. 如果要修改上传路径,请在 `config/ueditor.php` 里各种类型的上传路径,但是都在 public 下。
61+
1. 请在 `.env` 中正确配置 `APP_URL` 为你的当前域名,否则可能上传成功了,但是无法正确显示。
5762

5863
# 七牛支持
5964

0 commit comments

Comments
 (0)