[RedirectClass] toReferrer |
In my project is is likely users will open multiple tabs but continue navigating on the original tab. In this case, using redirect()->back() produces unexpected behavior. Example
Code: redirect()->back() However, would there be enough of a use case to add a Code: redirect()->toReferrer() function to cover the case I just described? Of course, this would be not much more than a convenience function as the functionality can already be achieved with other functions from the framework. I would be happy to open a PR. |
Messages In This Thread |
[RedirectClass] toReferrer - by christianberkman - 06-24-2024, 08:06 AM
RE: [RedirectClass] toReferrer - by kenjis - 06-24-2024, 05:50 PM
RE: [RedirectClass] toReferrer - by kenjis - 06-24-2024, 05:59 PM
|