Back

I'm already in my 2nd Filament app where I write the logic for custom dynamic fields (had multiple apps with native Laravel with this kinda logic as well).

The idea is pretty simple: the user can create fields (text, textarea, number, email, select, etc.) and designate them to any resource they like and then use these in the form as if these were hard-coded in the form() method.

Fields are stored in DB, field data is stored in a separate table and has a morphMany relation.

Should I create a package for it? It'd be my very first one, so not sure if this is gonna be needed at all...

image

image

2

197