naotech/contact

Jeric Mangao Created this

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/naotech/contact

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

This package is auto-updated.

Last update: 2025-09-29 02:42:47 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