kangyasin / contact
This will send email and insert into database
1.0.8
2018-09-17 09:21 UTC
README
- contact form.
- create new database with command php artisan make:database db_name
- migration folder for core and client.
- controler for create db and client.
use config/app.php
Kangyasin\Contact\ContactServiceProvider::class,
install package
composer require kangyasin/contact
publish vendor
- php artisan vendor:publish
- choose config-kangyasin for publish vendor files.