We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9b46f commit c9bca96Copy full SHA for c9bca96
README.md
@@ -57,7 +57,7 @@ $form->editor('content');
57
58
## 上传图片
59
60
-如果你不使用base64格式存储上传图片,而是要上传图片到接口`/upload`,那么下面是这个接口对应的action代码示例:
+图片上传默认使用base64格式化后与文本内容一起存入数据库,如果要上传图片到本地接口,那么下面是这个接口对应的action代码示例:
61
62
use Illuminate\Http\Request;
63
use Illuminate\Support\Facades\Storage;
@@ -76,7 +76,7 @@ $form->editor('content');
76
];
77
}
78
79
-> **Note:** 存储的disk配置在`config/filesystem.php`中,这个需参考laravel官方文档。
+> **Note:** 配置路由指向这个action,存储的disk配置在`config/filesystem.php`中,这个需参考laravel官方文档。
80
81
## 支持
82
0 commit comments