sudip/contact

A contact form to send email to admin and store the query in database

v1.0.1 2020-08-27 08:31 UTC

This package is auto-updated.

Last update: 2025-07-27 21:27:11 UTC


README

Issues Stars

This a contact form to send email to admin and store the query in database.

Live url : (https://packagist.org/packages/sudip/contact)

Usage

  1. Install the package :- composer require sudip/contact
  2. Configure your database and email in .env file.
  3. Run migration :- php artisan migrate
  4. Run project server php artisan serve,
  5. Test url http://127.0.0.1:8000/contact

Views Modification

In order to modify the contact form and email template :-
  1. Run php artisan vendor:publish
  2. Select the option which depicts Provider:Sudip\Contact\ContactServiceProvider
  3. Hence files can be edited in resources/views/vendor/contact
  4. Sender email can be modified in config/contact.php