composer require utdevnp/contact
Run
php artisan vendor:publish
and select Utdevnp\Contact\ContactServiceProvider
- 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.
- Fork and edit
- Submit pull request for consideration