arafat/contact

This package send email to admin and send data to database

v2.0.1 2019-05-13 05:22 UTC

This package is auto-updated.

Last update: 2024-04-13 17:13:56 UTC


README

install

Using Composer

composer require arafat/contact

Laravel >= 5.5

That's it! The package is auto-discovered on 5.5 and up!

Laravel <= 5.4

Add the service provider to config/app.php

arafat\contact\ContactServiceProvider::class,

Options

You can set custom options for Reminder. Run:

php artisan vendor:publish

to publish the config file for contact.

MIT