FilamentF
Filament17mo ago
treii28

Generic admin panel (not related to table/model)

How does one create an admin 'utility' page/panel/widget/whatever that is not related to an existing model/table or the database? (all the help pages I can find seem to relate to dealing with laravel models)

I have a tool I use in conjunction with a management back end that generates an svg file from text. I'd like to wrap it in with the other admin tools for that package/plugin. I'd like to use the filament form builder tools if possible to do it. (I already have functions ready to generate the select options/values I need for a form)
Solution
did you try adding this trait use InteractsWithForms;
Was this page helpful?