Storage Flashcards

1
Q

First Storage file input

A

use Illuminate\Support\Facades\Storage;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

put / get / delete method

A

Storage::put(‘example.txt’,’I am example text’);

Storage::get(‘example.txt’);

Storage::delete(‘example.txt’);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

file location

A

config/filesystems.php

How well did you know this?
1
Not at all
2
3
4
5
Perfectly