Skip to content

Commit b3de0cf

Browse files
Docs: use_route_url and password routes (#1344)
* Docs: use_route_url and password routes Added additional notes about password related routes when `use_route_url` is set to true * Notes on use_route_url Notes moved to use_route_url bullet * Update basic_configuration.md Fix changes of this Pull Request --------- Co-authored-by: Diego Smania <diego.smania@gmail.com>
1 parent 6eda9bf commit b3de0cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/sections/configuration/basic_configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ The next configuration options provides a way to setup the urls for the login, r
196196

197197
Whether to use `route()` instead of the `url()` Laravel method when internally generating the urls.
198198

199+
> [!Caution]
200+
> When set to `true`, the next set of URLs should be defined by using route names. For example: `password.email` on __`password_email_url`__, `password.update` on __`password_reset_url`__, etc.
201+
199202
- __`dashboard_url`__
200203

201204
Changes the dashboard/logo URL. This URL will be used, for example, when clicking on the upper left logo.

0 commit comments

Comments
 (0)