huntweb / contact
This is a test package
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/huntweb/contact
This package is auto-updated.
Last update: 2025-12-10 10:09:06 UTC
README
This will send email to admin and save contact query in database
config>app.php ==> HuntWeb\contact\ContactServiceProvider::class,
composer.json ==>
"autoload-dev": {
"psr-4": {
"Tests\": "tests/",
"HuntWeb\contact\": "package/contact/src/"
}
},