FilesystemManager
class FilesystemManager implements Factory (View source)
Methods
void
drive(
string $name = null)
Get a filesystem instance.
disk(
string $name = null)
Get a filesystem instance.
cloud()
Get a default cloud filesystem instance.
createLocalDriver(
array $config)
Create an instance of the local driver.
createFtpDriver(
array $config)
Create an instance of the ftp driver.
createS3Driver(
array $config)
Create an instance of the Amazon S3 driver.
createRackspaceDriver(
array $config)
Create an instance of the Rackspace driver.
string
getDefaultDriver()
Get the default driver name.
string
getDefaultCloudDriver()
Get the default cloud driver name.
mixed
__call(
string $method,
array $parameters)
Dynamically call the default driver instance.
Details
at line line 148
Filesystem
createLocalDriver(
array $config)
Create an instance of the local driver.
at line line 218
Cloud
createRackspaceDriver(
array $config)
Create an instance of the Rackspace driver.
at line line 310
$this
extend(
string $driver,
Closure $callback)
Register a custom driver creator Closure.
at line line 324
mixed
__call(
string $method,
array $parameters)
Dynamically call the default driver instance.