Level 1
Did you solved it?
If not, you can use the nova-dependent-filter package for a dynamic dependent filter on Laravel Nova 4.
composer require resham/nova-dependent-filter
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
Can anyone suggest how can I dynamically change the values of a filter based on the selection of another filter?
For example, if there are two filters - Category and Product, the values of the Product filter should change depending on the selected Category.
Previously I was using dependent-filter but since our upgrade to Nova 4, that plugin is not working anymore.
Thanks in advance.
Please or to participate in this conversation.