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