with an action I need to be able to download a file. How can I do?
with this code
return Action::download('https://example.com/invoice.pdf', 'Invoice.pdf');
a url must be passed, I would like to pass the path (ex. storage/folder/filename.xx)
Thank You