TODO
Generate Multiple Forms, (*1)
Enter Form
-Enter Multiple Sections
--Enter Multiple Questions
---Enter Multiple Options
---And under this question others options are mentioned below like (Is comment required ?, Is comment date required ?, Is remedy required ?, Is remedy date required ?, Is image required? etc), (*2)
Right now working on following things...., (*3)
Will update on some intervals or final release :-), (*4)
Installation Guide
Run on CMD, (*5)
composer require a-s-r/laravel-form-builder:dev-master
OR
php composer.phar require a-s-r/laravel-form-builder:dev-master, (*6)
Then, (*7)
Add this line, (*8)
Asr\FormBuilder\FormBuilderServiceProvider::class,, (*9)
in config/app.php file under providers array., (*10)
Run Migrations
php artisan vendor:publish --provider="Asr\FormBuilder\FormBuilderServiceProvider" --tag="migrations", (*11)
After Publishing complete, run, (*12)
php artisan migrate, (*13)