Storage
class Storage (View source)
Methods
static FTPService
service(string $service)
Mount service
static FilesystemInterface
configure(array $config)
Configure Storage
static DiskFilesystemService
local(string|null $disk = null)
Mount disk
static DiskFilesystemService
static void
pushService(array $drivers)
Push a new service who implement the Bow\Storage\Contracts\ServiceInterface
static mixed
__callStatic(string $name, array $arguments)
__callStatic
mixed
__call(string $name, array $arguments = [])
__call
Details
static FTPService
service(string $service)
Mount service
static FilesystemInterface
configure(array $config)
Configure Storage
static DiskFilesystemService
local(string|null $disk = null)
Mount disk
static DiskFilesystemService
disk(string|null $disk = null)
deprecated
deprecated
Mount disk
static void
pushService(array $drivers)
Push a new service who implement the Bow\Storage\Contracts\ServiceInterface
static mixed
__callStatic(string $name, array $arguments)
__callStatic
mixed
__call(string $name, array $arguments = [])
__call