jals65
Help Us Improve Filament’s Docs & Education in v4
My biggest problem when I started was the documentation related to customizations. When I wanted to create custom components or custom views, I always ran into quite a few problems with this since the documentation in that sense was scarce.
This was largely fixed in v3 thanks to the "Adding to a Livewire component" sections, but it's still pretty sparse, and it could still be developed a little more in that regard.
In general I see the rest very well.
29 replies
UserResource on modularized app
Before making this change, in the UserResource I did not have the form function, since this form was autogenerated. Now, however, I have had to create the form, if I do not add this form manually nothing is displayed, only the save and cancel button appears.
7 replies
Open Modal after Action Execution to show the result
I have the same problem. I'm doing an action with a form to create an api token.
I want to open a new modal after token it's created on ->action() to show the value of the token generated
5 replies