itobuztech/contact

A simple contact form to store message from visitor of the site

v1.0.2 2020-03-13 13:41 UTC

This package is auto-updated.

Last update: 2024-04-13 22:55:31 UTC


README

issues stars

Installation Instruction

  • composer require itobuztech/contact
  • php artisan vendor:publish
  • Change the "send_email_to" value inside the 'config/contact.php' file
  • "php artisan migrate"
  • visit "/contact" route in your browser to see the contact us page

Minimum Dependencies

  • Minimum Laravel Version: 7.x
  • Minimum PHP Version: 7.2.x