iclass/laravel-webdav
最新稳定版本:2.2.1
Composer 安装命令:
composer require iclass/laravel-webdav
包简介
Laravel 5 WebDAV Filesystem
README 文档
README
Install
Via Composer
$ composer require iclass/laravel-webdav
Usage
Register the service provider in your app.php config file:
// config/app.php 'providers' => [ ... Iclass\Webdav\WebdavServiceProvider::class ... ];
Create a webdav filesystem disk:
// config/filesystems.php 'disks' => [ ... 'webdav' => [ 'driver' => 'webdav', 'baseUri' => 'https://mywebdavstorage.com', 'userName' => 'pascalbaljetmedia', 'password' => 'supersecretpassword, 'curl_options' => [ ] ], ... ];
Change log
Please see CHANGELOG for more information what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-03