FilesystemManager

FilesystemManager

class FilesystemManager implements Factory (View source)

Methods

void __construct(Application $app)

Create a new filesystem manager instance.

Filesystem drive(string $name = null)

Get a filesystem instance.

Filesystem disk(string $name = null)

Get a filesystem instance.

Filesystem cloud()

Get a default cloud filesystem instance.

Filesystem createLocalDriver(array $config)

Create an instance of the local driver.

Filesystem createFtpDriver(array $config)

Create an instance of the ftp driver.

Cloud createS3Driver(array $config)

Create an instance of the Amazon S3 driver.

Cloud 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.

$this extend(string $driver, Closure $callback)

Register a custom driver creator Closure.

mixed __call(string $method, array $parameters)

Dynamically call the default driver instance.

doc_Laravel
2016-11-02 16:18:48
Comments
Leave a Comment

Please login to continue.