ohffs7 years agoLevel 50ReplyReport Spam'Signed URL's' might be what you're after : https://laravel.com/docs/5.7/urls#signed-urls You can make a URL to a controller action (like 'DownloadController@show') and use the signed url to make sure only that user can access it? And in the controller return a file download if they pass the signed check etc? Like Reply
mDelshad OP 7 years agoLevel 2ReplyReport Spam@OHFFS - I saw it but I could not implement it Can you give us code samples? Like Reply