Download the PHP package bcscoder/contact without Composer
On this page you can find all versions of the php package bcscoder/contact. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package contact
Contact Module Asgardcms
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
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_name
last_name
email
phone
message
All versions of contact with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
composer/installers Version ~1.0
asgardcms/core-module Version ~1.0
google/recaptcha Version ~1.1
composer/installers Version ~1.0
asgardcms/core-module Version ~1.0
google/recaptcha Version ~1.1
The package bcscoder/contact contains the following files
Loading the files please wait ....