azizur/contact

This will send email to admin and save in database.

v1.0.2 2018-06-03 06:38 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:27:48 UTC


README

Issues Stars

This will send email to admin and save in database.

Installation laravel 5.6

composer require azizur/contact

###Installation for laravel 5.4

composer require azizur/contact

Add service providers below to your config/app.php file, in the providers array.

Azizur\Contact\ContactServiceProvider::class,