irony/flarum-ext-github-upload
最新稳定版本:0.1.0.13
Composer 安装命令:
composer require irony/flarum-ext-github-upload
包简介
The file upload extension for the Flarum forum with github upload
README 文档
README
An extension that upload file to github, which supports auto embedding images and videos
Features
- video and audio bbcode
[audio][/audio][video][/video] - keep local files
Installation
for beta 15 and latter
composer require irony/flarum-ext-github-upload:dev-master
Notice
Flarum is beautiful, but I don't use it anymore, and it changes so often that it's difficult to maintain plug-ins
if not work, check database table irony_github_files
if not found column name and path in irony_github_files
alter table irony_github_files add column name varchar(255) default null;
alter table irony_github_files add column path varchar(255) default null;
thanks for FriendsOfFlarum/upload
- It's best not to use it with a
fof/upload
统计信息
- 总下载量: 219
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-28