jobtask / structure
this will create some input text and send it to database
v2.0
2021-09-07 19:04 UTC
This package is auto-updated.
Last update: 2025-07-08 11:02:23 UTC
README
- To install this packge write command in terminal :: composer require jobtask/structure
- create a database.
- write same database name in env file.
- then command in terminal:: php artisan migrate.
- then command in terminal:: php artisan serve.
- try to run the url for the form in browser: http://host/contact (Note:: host= 127.0.0.1 or any)
this package create contact form and store data from the database with validation input.