Edit Why not just use request(‘parameter’) in the component?
https://laravel.com/docs/9.x/helpers#method-request
And you can of course pass parameters into the component https://laravel-livewire.com/docs/2.x/rendering-components#parameters
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I need to pass a query string parameter to a livewire component that's nested inside a non-livewire blade / controller.
I'm using a Jetstream scaffolding so it's not straightforward to simply convert the parent to livewire.
Is there a way to pass query string parameters down to the livewire child component without causing myself too much grief?
Thanks.
Edit Why not just use request(‘parameter’) in the component?
https://laravel.com/docs/9.x/helpers#method-request
And you can of course pass parameters into the component https://laravel-livewire.com/docs/2.x/rendering-components#parameters
Please or to participate in this conversation.