We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c346b6 + 114ab2b commit 3f0a198Copy full SHA for 3f0a198
user_guide_src/source/general/common_functions.rst
@@ -334,6 +334,9 @@ Miscellaneous Functions
334
.. literalinclude:: common_functions/005.php
335
:lines: 2-
336
337
+ .. note:: If there is a fragment in your URL that you want to remove, you can use the refresh parameter in this function.
338
+ Like ``return redirect()->to('to', null, 'refresh');``.
339
+
340
**Redirect to a Defined Route**
341
342
When you want to pass a :ref:`route name <using-named-routes>` or Controller::method
0 commit comments