/contact-package

Laravel Contact Form Package

Primary LanguagePHP

Laravel Contact Form Package

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