sudip / contact
A contact form to send email to admin and store the query in database
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/sudip/contact
This package is auto-updated.
Last update: 2025-10-27 22:06:02 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