Testing the redirect URL in Laravel — Neon Tsunami

In Laravel it’s quite common to return “back” to the previous URL a visitor was on. If you’re not using `return back()` or something similar this magic is often…