Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 28, 2017
1 parent 476db7e commit 4761ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ If your controller route requires parameters, you may pass them as the second ar
<a name="redirecting-external-domains"></a>
### Redirecting To External Domains

Sometimes you may need to redirect the user to a different domain than that of your application. You may do so by calling the `away` method, which creates a `RedirectResponse` without any additional URL checks or generations.
Sometimes you may need to redirect to a domain outside of your application. You may do so by calling the `away` method, which creates a `RedirectResponse` without any additional URL encoding, validation, or verification:

return redirect()->away('https://www.google.com');

Expand Down

0 comments on commit 4761ba9

Please sign in to comment.