mercredi 17 janvier 2018

Laravel 5 How to make files as downloadable in asset folder

I am following this tutorial to upload files Uploading is fine, but I want to create a link to download files. I am doing

$contents = Storage::get($path);
echo '<a href="'.$contents.'">Thing</a>';

but it is echoing file content. What I want is link to file download. Any help would be appreciated.

Thanks



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2DdXUF0
via IFTTT

Aucun commentaire:

Enregistrer un commentaire