toka/laravel-nextcloud
最新稳定版本:1.0.3
Composer 安装命令:
composer require toka/laravel-nextcloud
包简介
Laravel NextCloud Filesystem
README 文档
README
Based on https://github.com/pascalbaljetmedia/laravel-webdav
Install
Via Composer
$ composer require toka/laravel-nextcloud
Usage
Register the service provider in your app.php config file:
// config/app.php 'providers' => [ ... Toka\NextCloudStorage\NextCloudServiceProvider::class ... ];
Create a NextCloud filesystem disk:
// config/filesystems.php 'disks' => [ ... 'nextcloud' => [ 'driver' => 'nextcloud', 'baseUri' => 'https://cloud.example.com', 'userName' => 'username', 'password' => 'secret', 'pathPrefix' => '', // provide a subfolder name if your NextCloud instance isn't running directly on a domain, e.g. https://example.com/drive ], ... ];
Security
If you discover any security related issues, please email girangopro@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-29