You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to find something related at Google/GitHub, so I decided just to ask you guys.
I'm a fan of using URL::action() in a lot of my private repositories. Right now I'm not able to create signed urls like this by default, I need to make the route a named one and use URL::signedRoute() therefore.
I was wondering if there is any reason why Laravel does not provide a URL::signedAction() (yet)? Am I missing something? I'd give it a shot implementing it, if it makes sense for you, too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I wasn't able to find something related at Google/GitHub, so I decided just to ask you guys.
I'm a fan of using
URL::action()
in a lot of my private repositories. Right now I'm not able to create signed urls like this by default, I need to make the route a named one and useURL::signedRoute()
therefore.I was wondering if there is any reason why Laravel does not provide a
URL::signedAction()
(yet)? Am I missing something? I'd give it a shot implementing it, if it makes sense for you, too.Best regards,
Vincent
Beta Was this translation helpful? Give feedback.
All reactions