Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

masif's avatar
Level 1

Dynamic Filter in Laravel Nova

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.

0 likes
1 reply
resham's avatar

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

Please or to participate in this conversation.