FilesystemManager extends FilesystemManager
Filesystem disk manager service.
Tags
Table of Contents
| $config | The config service. | Repository | 
|---|---|---|
| __construct() | Create a new filesystem manager instance. | mixed | 
| callCustomCreator() | Call a custom driver creator. | Filesystem | 
| getConfig() | Get the filesystem connection configuration. | array | 
| getDefaultDriver() | Get the default driver name. | string | 
| getDefaultCloudDriver() | Get the default cloud driver name. | string | 
Properties
$config
The config service.
        protected
                Repository
        $config
            
            
Methods
__construct()
Create a new filesystem manager instance.
        public
                                __construct(
                    
                            $config :
                Repository
                            
                )
        : mixed
    
    
            Parameters
- $config : Repository
 
Return values
mixedcallCustomCreator()
Call a custom driver creator.
        protected
                                callCustomCreator(
                    
                            $config :
                array
                            
                )
        : Filesystem
    
    
            Parameters
- $config : array
 
Return values
FilesystemgetConfig()
Get the filesystem connection configuration.
        protected
                                getConfig(
                    
                            $name :
                string
                            
                )
        : array
    
    
            Parameters
- $name : string
 
Return values
arraygetDefaultDriver()
Get the default driver name.
        public
                                getDefaultDriver(
                )
        : string
    
    
    
        
            Return values
stringgetDefaultCloudDriver()
Get the default cloud driver name.
        public
                                getDefaultCloudDriver(
                )
        : string