Filament form with factory data
- Published: 24 Oct 2024 Updated: 24 Oct 2024
Sometimes, when we need to test our application locally, we always have to fill forms manually. Let's take the Filament approach and achieve this with more accurate data.
Prepare the Factory definition
Fill the Form Action
Let's show this button only when we are in development mode. To achieve this, let's add a condition to our action definition:
Related Tricks:
how to use a resource with multiple models
toggle the visibility of an action when hover the component
Sometimes, when we need to test our application locally, we always have to fill forms manually. Let's take the Filament approach and achieve this with more accurate data.
Translating components can often be a repetitive task, Fortunately, there's a neat trick to automate this process, making your components instantly translatable.
Let Users to Select All Options with a Simple Hint Action