maa-solutions/laravel-kdrive
最新稳定版本:v1.0.0
Composer 安装命令:
composer require maa-solutions/laravel-kdrive
包简介
Infomaniak kDrive Storage driver for Laravel
README 文档
README
This package contains an Infomaniak kDrive storage driver for Laravel.
Installation
Via Composer
composer require maa-solutions/laravel-kdrive
Configure a new disk
Add a new disk to your config/filesystems.php file:
'disks' => [ 'kdrive' => [ 'driver' => 'kdrive', 'id' => env('KDRIVE_ID'), 'username' => env('KDRIVE_USERNAME'), 'password' => env('KDRIVE_PASSWORD'), 'prefix' => env('KDRIVE_PREFIX', ''), ] ],
Setup your .env file
Add your credentials to your .env file. See Credentials for more information on obtaining them.
KDRIVE_ID=123456
KDRIVE_USERNAME=john.doe@example.tld
KDRIVE_PASSWORD=********************
KDRIVE_PREFIX=
The KDRIVE_PREFIX is optional an you may remove it from you .env file is you do not use it. This settings allows you to define another folder as your root.
Credentials
To be able to connect to your kDrive, you'll need the following information.
- Your kDrive ID (Find your kDrive ID)
- Your login email address (the one you'd use on https://manager.infomaniak.com)
- A unique application password (Generate an application password)
Find your kDrive ID
- Connect to your kDrive directly on Infomaniak
- Find your drive's ID in the URL :
https://drive.infomaniak.com/app/drive/[ID]/files
License
The MIT License (MIT). Please see the LICENSE for more information.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-12