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: 2025-04-15 13:51:59 UTC
README
Lavavel Contact us Package :
composer require devrikita/contact-us
After install
do following step
1)composer dump-autoload
-
update your provider array in app.php
" ContactUs\ContactServiceProvider::class,"
3)run migration
4)publish the vender file
php artisan vendor:publish