kangyasin/contact

This will send email and insert into database

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/kangyasin/contact

1.0.8 2018-09-17 09:21 UTC

This package is auto-updated.

Last update: 2025-10-29 02:15:59 UTC


README

  1. contact form.
  2. create new database with command php artisan make:database db_name
  3. migration folder for core and client.
  4. controler for create db and client.

use config/app.php

Kangyasin\Contact\ContactServiceProvider::class,

install package

composer require kangyasin/contact

publish vendor

  1. php artisan vendor:publish
  2. choose config-kangyasin for publish vendor files.