heinthuya/contact

This will send email to admin and save contact query in database

v1.0.0 2022-06-06 07:58 UTC

This package is auto-updated.

Last update: 2024-04-06 13:20:46 UTC


README

This will send email to admin and save contact query in database


If you want to register it yourself, add the ServiceProvider in config/app.php:

Step 1

'providers' => [
    Heinthuya\Contact\ContactServiceProvider::class,
]

Step 2

To publish the config, run the vendor publish command:

php artisan vendor:publish

This will create a new config file named config/contact.php


Step 3

php artisan migrate

contact form url - localhost:8000/contact