naotech/contact

Jeric Mangao Created this

v1.0.3 2019-10-29 05:57 UTC

This package is auto-updated.

Last update: 2024-09-29 05:09:08 UTC


README

Issues

This contact form is created in laravel. Used to send an email and save it to database.

Installations

composer require naotech/contact

Instructions

Go to config/app.php and add this to providers

Naotech\Contact\ContactServiceProvider::class,

Publish the vendor using command:

php artisan vendor:publish

and choose the added provider.

Migrate the database:

php artisan migrate

Usage

Field names : name, email, message