You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added tests. It was a challenge as there is very little resources on how to test FilamentPHP packages π
We now pass the whole Model to the views. So, you don't need to define the data you need to use. Just use them.
You now tell us which Model you're managing on this Kanban board, and we do most things for you. You don't have to override any methods. This includes loading records, updating them, sorting them, editing them, etc.
We now include a text input for editing the title in the edit form by default.