Steps to setup:
.env
is already included, just need to create a database with namecp360
in the server. Or modify.env
according to needs.- Run following commands in the artisan:
composer install
,php artisan migrate
,php artisan db:seed
,php artisan serve
- Open the link in browser, and login using
login
in navbar. Username:[email protected]
, Password:password
. - Logged in user can create/edit/delete fields by clicking on
fields
in the navbar. - Logged in user can view submitted forms by clicking on
forms
in the navbar. - Logged in user can logout by clicking on
logout
in the navbar. - Guest users can fill the form on the homepage (can also go by clicking on the navbar brand
Dynamic Form
).
Notes:
- Registration Code is there, but disabled.
- Field types available now:
text
,number
,password
,email
,select
,checkbox
Thank you!