Download the PHP package tystuyfzand/laravel-seaweedfs without Composer
On this page you can find all versions of the php package tystuyfzand/laravel-seaweedfs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tystuyfzand/laravel-seaweedfs
More information about tystuyfzand/laravel-seaweedfs
Files in tystuyfzand/laravel-seaweedfs
Package laravel-seaweedfs
Short Description A SeaweedFS implementation for Laravel (supporting Filesystems)
License ISC
Informations about the package laravel-seaweedfs
Laravel-SeaweedFS
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:
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.
All versions of laravel-seaweedfs with dependencies
illuminate/database Version ~8.0|~9.0|~10.0|~11.0
illuminate/support Version ~8.0|~9.0|~10.0|~11.0
illuminate/cache Version ~8.0|~9.0|~10.0|~11.0
graham-campbell/manager Version ^4.0
tystuyfzand/seaweedfs-client Version ^1.0
tystuyfzand/flysystem-seaweedfs Version ^1.0