LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-studio/simple-contact-form

A simple contact form to send mail and save contact query to database

14
0
1.0.0
About laravel-studio/simple-contact-form

laravel-studio/simple-contact-form is a Laravel package for a simple contact form to send mail and save contact query to database. It currently has 0 GitHub stars and 14 downloads on Packagist (latest version 1.0.0). Install it with composer require laravel-studio/simple-contact-form. Discover more Laravel packages by laravel-studio or browse all Laravel packages to compare alternatives.

Last updated

Laravel Simple Contact Form

Installation Instruction

  • Run composer require laravel-studio/simple-contact-form
  • Then run php artisan vendor:publish
  • Change the "send_email_to" value inside the 'config/contact.php' file
  • "php artisan migrate"
  • visit "/contact" route in your browser to see the contact us page

Minimum Dependencies

  • Minimum Laravel Version: 7.x
  • Minimum PHP Version: 7.2.x

Customize Options

  • After publishing the vendor you can remove the country, phone field
  • These fields are optional
  • In this package all the styles are being written in simple internal css. So no dependency of any other css library

Star History Chart