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

  1. To install this packge write command in terminal :: composer require jobtask/structure
  2. create a database.
  3. write same database name in env file.
  4. then command in terminal:: php artisan migrate.
  5. then command in terminal:: php artisan serve.
  6. 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.