sakshikbc / contact
This will send email to admin and save contact query in database
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sakshikbc/contact
This package is auto-updated.
Last update: 2025-12-23 04:36:07 UTC
README
This will send email to admin and save contact to database
Instructions
Laravel New / Old Project
composer create-project --prefer-dist laravel/laravel Testing-package
composer require sakshikbc/contact
php artisan vendor:publish --provider="Sakshikbc\Contact\ContactServiceProvider"
Create a database
Change database settings in env Change SMTP settings in env
Run the Migrations
php artisan migrate
Start the Server
php artisan serve