ConfigurationInterface
interface ConfigurationInterface (View source)
Methods
                    bool
                
                
                    hasPublicURL()
        
                                            
                
            Does this storage location have a public url
                    bool
                
                
                    hasRelativePath()
        
                                            
                
            Does this storage location have a relative path
                    void
                
                
                
            
                    AdapterInterface
                
                
                    getAdapter()
        
                                            
                
            Get the flysystem adapter
                    string
                
                
                    getPublicURLToFile(string $file)
        
                                            
                
            Get the public url to a file
                    string
                
                
                    getRelativePathToFile(string $file)
        
                                            
                
            Get the relative path to a file
Details
        
                            bool
    hasPublicURL()
        
    
    Does this storage location have a public url
        
                            bool
    hasRelativePath()
        
    
    Does this storage location have a relative path
        
                            void
    loadFromRequest(Request $req)
        
    
    Load in data from a request object
        
                            AdapterInterface
    getAdapter()
        
    
    Get the flysystem adapter
        
                            string
    getPublicURLToFile(string $file)
        
    
    Get the public url to a file
        
                            string
    getRelativePathToFile(string $file)
        
    
    Get the relative path to a file