codechief/contact
最新稳定版本:v1.0.6
Composer 安装命令:
composer require codechief/contact
包简介
This will send email to admin and save contact query to database
README 文档
README
This will send email to admin and save contact data to database
- Simple interface for building contact form.
- Using this form , user can conatct with admin via email.
- Validate clint side data before submit request with instant error message.
- User can customize this form as what ever looks you want.
- This will send email to admin and save contact data to database.
- User also can take their own message to his mail.
Installing contact-package
The recommended way to install contact-package using composer
composer require codechief/contact
Add the service provider to config/app.php
'providers' => [
Codechief\Contact\ContactServiceProvider::class,
],
Run this command to migrate contact table
php artisan migrate
Options
You can set custom design for view.
php artisan vendor:publish
After running this command just look the position of codechief\contact and enter the position number in cli and hit enter. Then you will find contact.blade.php inside
resources/views/vendor/contact/contact.blade.php
Now just make a style to it whatever you want to look it.
Uses
just visit this following url
http://localhost:8000/contact
统计信息
- 总下载量: 172
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-28