Temporary URLS for local filesystem #52773
Replies: 3 comments 9 replies
-
You've probably got your routes already cached. I think just clear the route cache and try again? |
Beta Was this translation helpful? Give feedback.
-
Were you able to resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
I had same issue. It seems that Laravel does not handle temporary links for custom disks. You can only set If you need temporary links using other disks you have to create the feature manually. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have updated the project to include the temporary url for local filesystems. I think I'm misunderstanding something, because I have get the error
Route [storage.exams] not defined.
when trying to build a url.For context, the filesystem is:
So, when I test this code, I got the error.
Any hints? What am I missing?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions