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. |
Please login to continue.