kangyasin/contact

This will send email and insert into database

1.0.8 2018-09-17 09:21 UTC

This package is auto-updated.

Last update: 2024-10-29 05:10:49 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.