public function download($id) { $file = Files::findOrFail($id); return Response::download(storage_path() . '/upload/' . $file->filename); }