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
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.