This PR introduces a FormResource interface.
The interface abstracts the resolution of the Forms.
With this we have much more options to create forms because they are not bound to eloquent models anymore.
Additionally this changes how forms are saved. Each field will fill its value on its own from the request.
After each field is filled, the resource will be saved.
This PR introduces a FormResource interface. The interface abstracts the resolution of the Forms.
With this we have much more options to create forms because they are not bound to eloquent models anymore.
Additionally this changes how forms are saved. Each field will fill its value on its own from the request. After each field is filled, the resource will be saved.