humaon / contact
A contact from which is sending mail and save the data into database
v1.0.3
2019-05-17 18:44 UTC
This package is auto-updated.
Last update: 2026-04-14 21:45:28 UTC
README
Install the package
$ compser require humaon/contact$ php artisan migrate$ php artisan vendor:publish --provider="Humaon\Contact\ContactServiceProvider"
Run The Application
hit the route {base_url}/contact
At last You have to configure your email to send email and you can change the admin email in contact.php which is under config folder. Enjoy the package