WARNING: you're viewing docs for an outdated version. View the docs for the current version.
Null Adapter (V1)
Installation
Comes with the main Flysystem package.
Usage
Acts like /dev/null
$adapter = new League\Flysystem\Adapter\NullAdapter;
$filesystem = new League\Flysystem\Filesystem($adapter);