diff --git a/helpers.md b/helpers.md index f4c7b76660a..5061ead7a39 100644 --- a/helpers.md +++ b/helpers.md @@ -2131,6 +2131,8 @@ $full = url()->full(); $previous = url()->previous(); ``` +For more information on working with the `url` function, consult the [URL generation documentation](/docs/{{version}}/urls#generating-urls). + ## Miscellaneous