Relative Content

Tag Archive for phplaravelfilamentphp

Filament 3.x bulkaction url closure problem

I have a table full of records of ModelA.
In this table I am trying to make a bulkaction.
This bulkaction should redirect to a route provided in the web.php in a new tab.
However there are some conditions.
First and foremost I need to have actual records selected, the rest don’t really matter for the issue.