Page url with params

Hi Kirby,

  1. My page url is: http://localhost:8888/triplechallenge/en/register/event:company-5-camp-2022

  2. If I check the “$page->url()”, I see: http://localhost:8888/triplechallenge/en/register

How do I get the full url with the GET params included?

You can get the current Url “with all bells and whistles” with Url::current().

1 Like