nginxsonarrradarrplexorganizrdashboardbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbget
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
304 B
304 B
layout | permalink | title |
---|---|---|
default | /adapter/null-test/ | Null Adapter |
Null Adapter
Installation
Comes with the main Flysystem package.
Usage
Acts like /dev/null
$adapter = new League\Flysystem\Adapter\NullAdapter;
$filesystem = new League\Flysystem\Filesystem($adapter);