Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 456 Bytes

adapter_custom.md

File metadata and controls

17 lines (13 loc) · 456 Bytes

Use the Custom adapter

In order to use a custom adapter, you first need to create a service implementing the League\Flysystem\AdapterInterface.

Set this service as the value of the service key in the oneup_flysystem configuration.

oneup_flysystem:
    adapters:
        acme.flysystem_adapter:
            custom:
                service: my_flysystem_service

More to know