mrbhola/contact

send email on feedback to admin and store message to database.

v1.0.2 2022-02-05 11:41 UTC

This package is auto-updated.

Last update: 2025-06-05 19:20:57 UTC


README

This package will help to send emal on submission of any form to the admin/owner.

Also the information filled on the form will be stored on database.

Installation

   composer require mrbhola/contact

Package Discovery

  • Add fllowing line to the providers array inside config/app.php file
       /*
        * Package Service Providers...
        */
           Mrbhola\Contact\ContactServiceProvider::class,

Publish configurations

    $php artisan vendor:publish

Now you are good to go.