Set url parameters in custom view.
Hi, what is the best way to set a url get parameter?
I have tabs in my custom view and I want to keep active the tab when I refresh the page. So I need to change that get parameter when I click other tab.
How can I do that?
3 Replies
And there are other way to do that without use an url get param and thus avoid having to refresh the page to be able to change the parameter?
Livewire
Query String | Livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
Thanks @Dennis Koch