Let’s say I have the following URL: What I want the PHP query to do is redirect the user to the following URL: Of course, the URL should not only redirect ?user/1234 but also ?anything/343. I want to leave the url intact and only add the /test/ to it, and leave the part afterwards the same. How do I accomplish
Tag: url-redirection
Laravel. Redirect intended to post method
I’m using laravel 5 and this is my problem. User fill in form X and if he isin’t logged in, he gets redirected to fill in more fields form OR he gets possibility to log in. Everything works just fine, …