cybersoft / contact
This package will send email to admin and save contact message to database
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cybersoft/contact
This package is auto-updated.
Last update: 2025-10-15 00:16:54 UTC
README
This package will send email to admin and save contact message to database
How to install
composer require cybersoft/contact
Then goto config/app.php file. Inside the providers array add Cybersoft\Contact\ContactServiceProvider::class,
Create database and connect to .env file.
Run the command php artisan migrate. You will find a new database table named 'contacts' with field name, email, phone & message
- Configure Mail on .env file to send mail
- Now to go '/contact' url to check the contact form