class
Illuminate
/
Support
/
Facades
/
Storage
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Storage
Extends
See
- \Illuminate\Filesystem\FilesystemManager
Methods
public
static
fake ( $disk , array $config ) : Filesystem
Replace the given disk with a local testing disk.
Parameters
- $disk string|null
- $config array
public
static
persistentFake ( $disk , array $config ) : Filesystem
Replace the given disk with a persistent local testing disk.
Parameters
- $disk string|null
- $config array
protected
static
getFacadeAccessor ( ) : string
Get the registered name of the component.