1
Hello,
I have an application where some files are created in the folder public of Laravel 4.2, then send an email to the user with the URL’s to download these files, but there is an error when trying to download.
Initially it seems to involve the routes of Laravel, the question is, is it necessary to create routes for each download that I will make available? How can I be doing this? And if not necessary, what configuration should I make so that the files in the public folder can be accessed by other users?
Thank you for your attention.
It really went unnoticed the question of the public folder, I thank the help, the problem was solved.
– Leandro Paiva
If you need anything about Laravel, you can count on us :p
– Wallace Maxters