Laravel Store Blob Image in die Datenbank

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