amoungui / contact-form
This is the contact form package to save contact query to database and send email to admin
dev-master
2019-10-24 13:16 UTC
This package is not auto-updated.
Last update: 2025-02-04 19:36:10 UTC
README
This is the contact form package to save contact query to database and send email to admin
Installation
Add Contact form to your composer.json file
composer require amoungui/contact-form
Publish
The last required step is to publish views, config, migrations in your application with :
php artisan vendor:publish
The next required step is to modify the config file to config/contact.php :
return [
'send_email_to'=> 'abcd@abc.com'
];
Change the value of parameter: send_email_to, with your own admin adress
Congratulations, you have successfully installed Amoungui !