mrbhola / contact
send email on feedback to admin and store message to database.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-06-05 19:20:57 UTC
README
This package will help to send emal on submission of any form to the admin/owner.
Also the information filled on the form will be stored on database.
Installation
composer require mrbhola/contact
Package Discovery
- Add fllowing line to the providers array inside config/app.php file
/*
* Package Service Providers...
*/
Mrbhola\Contact\ContactServiceProvider::class,
Publish configurations
$php artisan vendor:publish