form_fields table). Extend this bundle or use a dedicated ORM solution.EntityType collections). This bundle focuses on flat forms.Executives:
"This package lets us control form field ordering programmatically—without touching the UI layer—so we can A/B test layouts, adapt to regional laws, or let admins tweak workflows without dev cycles. For example, we could prioritize ‘Subscription Plan’ over ‘Contact Info’ for high-value users, all via a simple position config. It’s a 10-minute setup that saves weeks of custom dev work, with minimal tradeoffs (e.g., no drag-and-drop, but perfect for server-side control)."
Engineering: *"Pros:
FormBuilder; no frontend JS needed for basic use cases.before/after), or hardcoded first/last.Cons:
first fields) may require manual resolution.CollectionType or EntityType fields.Recommendation: Pilot this for admin-facing forms (e.g., user onboarding) where ordering is static but needs to change occasionally. If we need dynamic client-side reordering later, we can layer in a frontend solution (e.g., Alpine.js + this bundle for persistence)."*
How can I help you explore Laravel packages today?