livewire / volt

Volt is an elegantly crafted functional API for Livewire.
https://livewire.laravel.com/docs/volt
MIT License
327 stars 19 forks source link

[1.x] Adds `withQueryParams` #51

Closed nunomaduro closed 11 months ago

nunomaduro commented 11 months ago

This pull request adds withQueryParams to the Volt::test API: https://livewire.laravel.com/docs/testing#setting-url-parameters.

Fixes https://github.com/livewire/volt/issues/50.