update url
I need to update the URL when the form is changed.
I have a simple form on my page:
It works great, but I need to update the URL GET parameters when the form is changed, similar to filters on the resource table.
I have no idea how to update the URL. I had investigated the table filters, but I didn't find what I need.
Solution:Jump to solution
The solution was very simple, using queryString in livewire. Here's the link if anyone needs it - https://livewire.laravel.com/docs/url#using-the-querystring-method
Laravel
URL Query Parameters | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
1 Reply
Solution
The solution was very simple, using queryString in livewire. Here's the link if anyone needs it - https://livewire.laravel.com/docs/url#using-the-querystring-method
Laravel
URL Query Parameters | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.