netweb/contact

This package will send email and store data into database

dev-master 2022-06-25 09:40 UTC

This package is auto-updated.

Last update: 2024-03-25 14:03:32 UTC


README

This will send email to admin & save data into database

  1. Step 1s
 composer require netweb/contact
  1. Step 2 - If you want to register it yourself, add the ServiceProvider in config/app.php:
    'providers' => [
        /*
        * Package Service Providers...
        */
        Netweb\Contact\ContactServiceProvider::class,
    ]
  1. Step 3 - To publish the config, run the vendor publish command:
 php artisan vendor:publish --tag="contact-config"

  1. Step 4 - command
php artisan serve

  1. Step 5 - Try project url
    http://127.0.0.1:8000/contact