Download the PHP package hassanalthaf/formbuildercomponent without Composer
On this page you can find all versions of the php package hassanalthaf/formbuildercomponent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hassanalthaf/formbuildercomponent
More information about hassanalthaf/formbuildercomponent
Files in hassanalthaf/formbuildercomponent
Package formbuildercomponent
Short Description A simple and easy to use form builder component solution.
License MIT
Informations about the package formbuildercomponent
Form Builder Component
Contents
- What this is
- How to use this
- How to contribute
- Credits
What this is
This is an easy-to-use Form Builder Component. It only is built currently for generating HTML form codes. But, I have built this in such a way, that it would be easy to make it generate code for form codes in other languages maybe because you are lazy to type all in yourself and want to do the job in an automated way.
How to use this
It's quite simple to do that! Firstly, you need to require this in your composer.json file like this by running:
composer require hassanalthaf/formbuildercomponent
Once you run that, you will have it into your application.
Then, you simply need to:
That will enable you to use the Form Builder component. What you have to do next is to define a FormBuilder like this:
Once you have run the above code, and if you view your page source, you'll notice that the