huntweb/contact

This is a test package

v1.0.0 2020-08-09 17:41 UTC

This package is auto-updated.

Last update: 2024-10-10 07:44:04 UTC


README

Issues Stars

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/" } },

=========================================================================