Skip to content

laravel-studio/laravel-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published