xiaj/laravel-seafile is a Laravel package for laravel-seafile.
It currently has 0 GitHub stars and 4 downloads on Packagist (latest version v1.0).
Install it with composer require xiaj/laravel-seafile.
Discover more Laravel packages by xiaj
or browse all Laravel packages to compare alternatives.
Last updated
SEAFILE_HOST:seafile地址 xx.xx.xx.xx
SEAFILE_PORT:seafile端口
SEAFILE_USER:seafile用户名
SEAFILE_PASSWORD:seafile密码
Seafile::uploadFile(文件路径,上传到的目录);
Seafile::uploadFile(public_path('robots.txt'),'/test1');
Seafile::getDownloadUrl(文件在云盘的相对路径);
Seafile::getDownloadUrl('/test1/robots.txt');