nilesh_saha / contact
This will send email to admin and save contact query in database
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2025-06-28 21:28:45 UTC
README
###This will send email to admin and save contact query in database
This package will send mail to the admin and save the users message to the database.
Installing ContactUS Package
The recommended way to install this package is through Composer.
composer require nilesh_saha/contact
Steps
- php artisan vendor:publish
- Go to the main config folder you can see the contactForm.php set the send_email_to.
- Set up your mail configuration in .env file
- Set up your database
- php artisan migrate
- http://127.0.0.1:8000/contact (Web link for access the view page)
- Note:-You can update the view files and email template
Congratulation 😉
That's It! You're ready with your contact us setup.