fzdn/contact

This will send email to admin and save contact query in database

v1.0.2 2019-03-05 10:33 UTC

This package is not auto-updated.

Last update: 2025-06-19 11:41:12 UTC


README

#Contact us form Packages

Installation

  1. Installation tools. Install "composer require fzdn/contact" into your project

  2. Install migrations

    • run `php artisan migrate
  3. Before start you should manage inside your .env file to MAIL_USERNAME=xxxxxxxxxxxxxx, MAIL_PASSWORD=xxxxxxxxxxxxxx, MAIL_ENCRYPTION=tls, from "mailtrap.io"

  4. Run server

    • To run on local

      ```php artisan serve``

  5. Go to this link http://127.0.0.1:8000/contact

This will send email to admin and save contact query to database