hridoyraisul / formhandler
This package will take four type of input like text, checkbox, input & dropdown. Then store them into database.
dev-main
2021-09-06 19:00 UTC
This package is auto-updated.
Last update: 2025-05-07 03:07:52 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.