devrikita/contact-us

ContactUs package that give e view and table mail send funcalities for contact us for all site

dev-main 2023-12-15 10:41 UTC

This package is auto-updated.

Last update: 2024-09-15 12:28:34 UTC


README

Lavavel Contact us Package :

composer require devrikita/contact-us

After install

do following step

1)composer dump-autoload

  1. update your provider array in app.php

    " ContactUs\ContactServiceProvider::class,"

3)run migration

4)publish the vender file

 php artisan vendor:publish