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.1

Version
2.0.1
Type
neos-package
Release Date
Aug 20, 2019 13:12
Source
git
Distribution
zip
Requires
  • league/flysystem: ~1.0
  • neos/flow: ~4.3
36bc4e06bebfcae1e935f4af3dda74111211b12e

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).