digicomp/league-flysystem

Last activity 02 Nov 2020 35
composer require digicomp/league-flysystem

A factory to create league filesystems in for the Flow framework

2.0.3

Version
2.0.3
Type
neos-package
Release Date
Feb 05, 2020 15:03
Source
git
Distribution
zip
Requires
  • league/flysystem: ~1.0
  • neos/flow: ~4.3|~5.3
d5fe7538778a7e1a032d39d1742e3e2114711522

Readme excerpt

DigiComp.League.Flysystem

This package contains a factory for the filesystem abstraction layer written by Frank de Jonge. See http://flysystem.thephpleague.com/

There are two possibilities to use filesystems.

  1. To use a filesystem in your project, I suggest you create an interface:

    /** * @method array listFiles(string $path = '', boolean $recursive = false) * @method array listPaths(string $path = '', boolean $recursive = false) */ interface MyFilesystemInterface extends FilesystemInterface {}

    And configure it with your Objects.yaml:

    AcMe\Package\SourceFilesystemInterface: scope: 'singleton' factoryObjectName: '…
    Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 9 package(s).