Skip to content

Commit 38c2a1a

Browse files
committed
wip
1 parent 1c5372f commit 38c2a1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helpers.md

+3
Original file line numberDiff line numberDiff line change
@@ -3283,6 +3283,9 @@ $uri = Uri::to('/dashboard');
32833283
$uri = Uri::route('user.profile', ['user' => 1]);
32843284
$uri = Uri::action([UserController::class, 'index']);
32853285
$uri = Uri::action(InvokableController::class);
3286+
3287+
// Generate a URI instance from the current request URL...
3288+
$uri = $request->uri();
32863289
```
32873290

32883291
Once you have a URI instance, you can fluently modify it:

0 commit comments

Comments
 (0)