Property | Type | Description | |
---|---|---|---|
$fs |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $fs ) | ||
delete ( string $path ) : boolean | Delete a file. | |
get ( string $path ) : string | Read a file. | |
put ( string $path, string $contents ) : mixed | Write a file. |
public __construct ( Illuminate\Filesystem\Filesystem $fs ) | ||
$fs | Illuminate\Filesystem\Filesystem |