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
This a contact form to send email to admin and store the query in database.
Live url : (https://packagist.org/packages/sudip/contact)
Usage
- Install the package :-
composer require sudip/contact
- Configure your database and email in
.env
file. - Run migration :-
php artisan migrate
- Run project server
php artisan serve
, - Test url
http://127.0.0.1:8000/contact
Views Modification
In order to modify the contact form and email template :-
- Run
php artisan vendor:publish
- Select the option which depicts
Provider:Sudip\Contact\ContactServiceProvider
- Hence files can be edited in
resources/views/vendor/contact
- Sender email can be modified in
config/contact.php