sinapsteknologi/nextcloud-manager
最新稳定版本:v1.1.4
Composer 安装命令:
composer require sinapsteknologi/nextcloud-manager
包简介
Laravel package to upload files to Nextcloud, create public links, and auto-clean expired files.
README 文档
README
A Laravel package to upload files to Nextcloud, generate public share links, and clean them programmatically.
Features
- Upload file to Nextcloud via Laravel storage
- Automatically generate public share link
- Store file info in database
- Revoke public shares
- Artisan command to clean old files
Installation
composer require sinapsteknologi/nextcloud-manager
Configuration
php artisan vendor:publish --tag=nextcloud-config
Usage
use Sinapsteknologi\NextcloudManager\NextcloudService; $url = app(NextcloudService::class)->uploadAndShare($request->file('file'));
Cleanup
php artisan nextcloud:clean --days=30
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-29