mirror of
https://github.com/10h30/Test-Laravel-File-Upload.git
synced 2026-06-05 15:07:47 +09:00
Task 4 - download file
This commit is contained in:
@@ -33,4 +33,10 @@ class HouseController extends Controller
|
||||
|
||||
return 'Success';
|
||||
}
|
||||
|
||||
public function download(House $house)
|
||||
{
|
||||
// TASK: Return the $house->photo file from "storage/app/houses" folder
|
||||
// for download in browser
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user