2017 © Pedro Peláez
 

library laravel-seaweedfs

A SeaweedFS implementation for Laravel (supporting Filesystems)

image

tystuyfzand/laravel-seaweedfs

A SeaweedFS implementation for Laravel (supporting Filesystems)

  • Saturday, May 26, 2018
  • by tystuyfzand
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 213 % Grown

The README.md

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., (*1)

This package is pretty much untested and might not be production ready., (*2)

Configuration

All configuration options can be found in config/seaweedfs.php after publishing the vendor config:, (*3)

php artisan vendor:publish --provider="SeaweedFS\Laravel\SeaweedFSProvider"

Required keys for a connection are master, optional are cache, cache_store, and scheme., (*4)

Storage Mapping

As mentioned in flysystem-seaweedfs, this flysystem implementation uses a Mapping class that does NOT use the SeaweedFS Filer., (*5)

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., (*6)

The Versions