atul/contact-form

This will be a contact us from for any project

v1.0.1 2020-03-31 15:05 UTC

This package is auto-updated.

Last update: 2024-03-29 04:05:44 UTC


README

Issue

Stars

This package will send mail to the admin and save the users message to the database.

Installing ContactUS Package

The recommended way to install this package is through Composer.

composer require atul/contact-form

Steps

  • php artisan vendor:publish
    • Go to the main config folder you can see the contactForm.php set the send_email_to.
    • Set up your mail configuration in .env file
    • Set up your database
  • php artisan migrate
  • http://127.0.0.1:8000/contact (Web link for access the view page)
  • Note:-You can update the view files and email template

68747470733a2f2f74616766692d76312e73332e616d617a6f6e6177732e636f6d2f7061636b6167652e706e67

Congratulation 😉

That's It! You're ready with your contact us setup.