Laravel contact us form package to send email and save to database
nadaft/contactme is a Laravel package for laravel contact us form package to send email and save to database.
It currently has 8 GitHub stars and 262 downloads on Packagist (latest version v1.4).
Install it with composer require nadaft/contactme.
Discover more Laravel packages by nadaft
or browse all Laravel packages to compare alternatives.
Last updated

A Laravel Package to create Contact Us Form Easily
Tested on Laravel 5.7
Run the following command:
composer require nadaft/contactme
If you're installing on Laravel 5.5+ skip this step
Nadaft\ContactMe\ContactMeServiceProvider::class,
Run the following command:
php artisan migrate
.env FileAdd variable MAIL_CONTACTME_TO to .env and then define the email to receive email
For example
MAIL_CONTACTME_TO="[email protected]"
Finally you can access your contact page by access http://your-site.com/contactme to show the result
If you want to create your own contact us page, you must following below instruction :
{{ route('contactme.submit') }}name="name"name="email"name="message"Don't forget to add
{{ csrf_field() }}
You can create the contact page with your own Route and/or Controller
If you found bugs or issues just write to Issues