utdevnp / contact
Complete contact form with email sending feature
v1.0.0
2022-08-25 15:19 UTC
This package is auto-updated.
Last update: 2025-07-25 22:09:14 UTC
README
Install package via composer
composer require utdevnp/contact
Publish package config and views
Run
php artisan vendor:publish
and select Utdevnp\Contact\ContactServiceProvider
This package have a two routes
- GET / contact - shows the contact form
- POST / contact - Save contact detail in database and send message to email
After publishing you will be able to change the design of the form as per your requirement , You will be able to make UI validation.
How to Contribute
- Fork and edit
- Submit pull request for consideration