Laravel Store Blob Image w bazie danych

$file = $request->file('image');
$contents = $file->openFile()->fread($file->getSize());
Super Starling