Laravel Store Blob Blob Image в базу данных

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