A SeaweedFS implementation for Laravel (supporting Filesystems)
arnold/laravel-seaweedfs is a Laravel package for a seaweedfs implementation for laravel (supporting filesystems).
It currently has 0 GitHub stars and 105 downloads on Packagist (latest version 1.0.2).
Install it with composer require arnold/laravel-seaweedfs.
Discover more Laravel packages by arnold
or browse all Laravel packages to compare alternatives.
Last updated
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.
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.
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.