carter/contact

This will send email to the admin

1.0.4 2019-07-10 10:45 UTC

This package is auto-updated.

Last update: 2024-06-10 23:54:50 UTC


README

#Contact us form package Issues Forks Stars

This package will add a contact form and also save the form details in the database and send email to specified user

How to Install

You can install this by running following composer command

composer require carter/contact

After adding this package run the migration command to imort the database

php artisan migrate

And in the last run the follwoing command and publish it

php artisan vendor:publish