string getDefaultDriver() Get the default driver name. Return Value string
string getDefaultCloudDriver() Get the default cloud driver name. Return Value string
$this extend(string $driver, Closure $callback) Register a custom driver creator Closure. Parameters string $driver Closure $callback Return Value $this
Filesystem drive(string $name = null) Get a filesystem instance. Parameters string $name Return Value Filesystem
Filesystem disk(string $name = null) Get a filesystem instance. Parameters string $name Return Value Filesystem
Cloud createS3Driver(array $config) Create an instance of the Amazon S3 driver. Parameters array $config Return Value Cloud
Cloud createRackspaceDriver(array $config) Create an instance of the Rackspace driver. Parameters array $config Return Value Cloud
Filesystem createLocalDriver(array $config) Create an instance of the local driver. Parameters array $config Return Value Filesystem
Filesystem createFtpDriver(array $config) Create an instance of the ftp driver. Parameters array $config Return Value Filesystem
Filesystem cloud() Get a default cloud filesystem instance. Return Value Filesystem
Page 656 of 996