laravel-studio / simple-contact-form
A simple contact form to send mail and save contact query to database
Package info
github.com/laravel-studio/laravel-contact-form
Language:HTML
pkg:composer/laravel-studio/simple-contact-form
1.0.0
2020-03-17 07:56 UTC
This package is not auto-updated.
Last update: 2026-03-12 11:05:47 UTC
README
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