bcscoder/contact
Composer 安装命令:
composer require bcscoder/contact
包简介
README 文档
README
Instalasi
composer require bcscoder/contact
- Activate permission from setting page.
- Config Recaptcha login and create new website to : https://www.google.com/recaptcha
Input your site key and secret key to Setting > Contact
- Add Recaptcha Js <script src='https://www.google.com/recaptcha/api.js'></script>
How to use
Create form for contact us and add sample code below
{!! Form::open( ['url' => route('contact.send'), 'method' => 'post'] ) !!}
add recaptcha
@if(setting('contact::security') == 1)
<div class="form-group">
<label>Human verification</label>
<div class="g-recaptcha" data-sitekey="{{ setting('contact::site-key') }}"></div>
</div>
@endif
Required field
first_namelast_nameemailphonemessage
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-01-27