Hello,
I have an application where some files are created in the public folder of Laravel 4.2 , then send an email to the user with the URL's to download these files , but an error occurred while attempting to download.
Initially seems to involve the routes of Laravel, the question is, if it is necessary to create routes for each download that I will make available? How can I be doing this? And if it is not necessary, what setting should I make so that the files in the public folder can be accessed by other users?
Thank you for your attention.