tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊
https://tempestphp.com
MIT License
893 stars 64 forks source link

Form builder #250

Open brendt opened 5 months ago

brendt commented 5 months ago

We need a proper way of building forms. No idea how to do it yet.

binkapS commented 2 months ago

Can you provide more details on this?

brendt commented 2 months ago

Well since I've made this issue, I've also implemented view components: https://tempest.stitcher.io/framework/04-views#content-view-components

On top of that, I've made a handful of components that are shipped with the framework: https://github.com/tempestphp/tempest-framework/tree/main/src/Tempest/View/Components

I reckon the "form builder" will consist of improved versions of these components.