arnold/laravel-seaweedfs
Composer 安装命令:
composer require arnold/laravel-seaweedfs
包简介
A SeaweedFS implementation for Laravel (supporting Filesystems)
README 文档
README
A Laravel integration of seaweedfs-client with implementations making it useful for file storage, and using Laravel's own cache/database functionality for caching and mapping.
This package is pretty much untested and might not be production ready.
Configuration
All configuration options can be found in config/seaweedfs.php after publishing the vendor config:
php artisan vendor:publish --provider="SeaweedFS\Laravel\SeaweedFSProvider"
Required keys for a connection are master, optional are cache, cache_store, and scheme.
Storage Mapping
As mentioned in flysystem-seaweedfs, this flysystem implementation uses a Mapping class that does NOT use the SeaweedFS Filer.
That being said, any read/write operations can use paths that map to a seaweedfs file, and URLs to the files may be generated using the Storage::url() method.
统计信息
- 总下载量: 105
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2022-03-21