jals65
Help Us Improve Filament’s Docs & Education in v4
In my case, I use phpstorm. I've integrated a Jetbrains extension into claude.ai to give it context for my code. I've also managed to link to some of my existing documentation to give it even more context.
What I've observed is that it's much better to link text files directly to it, since if you connect it to a website, it won't link all the documentation correctly.
81 replies
Help Us Improve Filament’s Docs & Education in v4
One of the improvements that also adds a lot of value is implementing a type of AI chatbot with context from Filament's documentation. This would greatly simplify searching for resources in the documentation.
I've opened tickets in the #❓┊help channel a few times for things I couldn't find that were actually in the documentation. But since I wasn't searching for the exact words, it didn't come up. The chatbot
An AI-powered chatbot with context from the documentation could resolve a lot of questions.
81 replies
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.
81 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