hcipl / contactform
A contact form package for laravel
Installs: 3
Dependents: 1
Suggesters: 1
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0
- illuminate/database: ^5.7 || ^6.0
- illuminate/http: ^5.7 || ^6.0
- illuminate/notifications: ^5.7 || ^6.0
- illuminate/support: ^5.7 || ^6.0
This package is auto-updated.
Last update: 2024-10-30 01:48:35 UTC
README
This a contact form to send email to admin and store the query in database.
Live url : (https://packagist.org/packages/hcipl/contactform)
Usage
- Install the package: "composer require hcipl/contactform"
- Configure your database and email in ".env" file.
- Run migration: "php artisan migrate"
- Run project server "php artisan serve",
- Test url "http://127.0.0.1:8000/contact"
Views Modification
In order to modify the contact form and email template :
- Run "php artisan vendor:publish"
- Select the option which depicts "Provider:Hcipl\Contactform\ContactServiceProvider"