Storage Flashcards
1
Q
First Storage file input
A
use Illuminate\Support\Facades\Storage;
2
Q
put / get / delete method
A
Storage::put(‘example.txt’,’I am example text’);
Storage::get(‘example.txt’);
Storage::delete(‘example.txt’);
3
Q
file location
A
config/filesystems.php