Search code examples
laravellaravel-nova

Laravel Nova action that doesn't depend on items


I have a table that comes from IoT device, so I have a lot of data.

I want to create an action to check that data is consistent and that I have no missing data depending on 3 params.

My problem is the action is only showing when I select at least 1 item from resource list.

Is there a way to trigger an action without having to select items from the list ?


Solution

  • Sounds like you want a Laravel Nova Detached Action.

    Check out https://github.com/gobrightspot/nova-detached-actions