You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and, first of all, thank you for the wonderful library @kristijanhusak. I have been using it for my Laravel project and I enjoy it a lot.
That being said, I have a suggestion on how to improve the form builder by adding YAML support. I have written a YamlConfigForm class in my project, which takes a .yml file as a parameter and builds the form according to the file contents. I have also added support for callbacks. I will attach some examples below.
I believe integrating this feature will help with:
removing code duplication arising in similar forms
improving clarity of reading form configurations
I will be happy to fork the repository myself and add this functionality, if it is something you would welcome.
Example gists (of course these are adapted to my needs, but they can be generalised as necessary):
Hello and, first of all, thank you for the wonderful library @kristijanhusak. I have been using it for my Laravel project and I enjoy it a lot.
That being said, I have a suggestion on how to improve the form builder by adding YAML support. I have written a YamlConfigForm class in my project, which takes a .yml file as a parameter and builds the form according to the file contents. I have also added support for callbacks. I will attach some examples below.
I believe integrating this feature will help with:
I will be happy to fork the repository myself and add this functionality, if it is something you would welcome.
Example gists (of course these are adapted to my needs, but they can be generalised as necessary):
Thank you again for the wonderful library and let me know if I can help! :)
The text was updated successfully, but these errors were encountered: