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: 2026-02-27 22:52:08 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
.envfile. - 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