utdevnp / pro-contact

Complete contact form with email sending feature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete contact form with email sending feature

Issues Stars

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

  1. Fork and edit
  2. Submit pull request for consideration

License

License: GPL v3

Happy Coding 😄

About

Complete contact form with email sending feature


Languages

Language:PHP 71.4%Language:Blade 28.6%