Level 16
@ssmusoke You can get a head start with this YouTube tutorial Laravel Movie App - Search Dropdown w/ Livewire
Eventually, you can post some code for us to work with.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am looking around for an example of how to implement a Livewire based filter for a list of results
In my case I have a model say Students, with foreign keys to class, course
I want to have two filters for Classes and Courses so that I can filter the students, I cannot find any examples on how to trigger this to work in a Livewire component.
Thanks in advance
Please or to participate in this conversation.