We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Responsible for returning response from the server to the user.
Use the method Response::redirect('any/location'); to redirect to a page.
Response::redirect('any/location');
Response::redirect('login')->with(['message'=>'Hello']);
Visit our website for tutorials: stupidlysimple.github.io