hridoyraisul / formhandler
This package will take four type of input like text, checkbox, input & dropdown. Then store them into database.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hridoyraisul/formhandler
This package is auto-updated.
Last update: 2025-10-07 04:16:54 UTC
README
This package will take four type of input like text, checkbox, input & dropdown. Then store them into database.
Instructions
Run Command:
" composer require hridoyraisul/formhandler "
Provider Decleration
Add "RaisulHridoy\FormHandler\FormHandleServiceProvider::class" to providers array in config/app.php file
Optimize Laravel App
php artisan optimize
Run Migration:
php artisan migrate
Done !!! Now Run the server.