library ssp-contact
Contact module for use in the SunshinePHP site.
sunshinephp/ssp-contact
Contact module for use in the SunshinePHP site.
- Saturday, February 3, 2018
- by adamculp
- Repository
- 2 Watchers
- 0 Stars
- 57 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Contact module in ZF2 to be included into the SunshinePHP main site., (*1)
Requirements
Installation
Main Setup
By cloning project
- Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:, (*2)
"require": {
"sunshinephp/ssp-contact": "dev-master"
}
-
Now tell composer to download SspContact by running the command:, (*3)
$ php composer.phar update
Post installation
-
Enabling it in your application.config.php
file., (*4)
<?php
return array(
'modules' => array(
// ...
'SspContact',
),
// ...
);
-
Ensure to add the needed contacts table to the database using the sql file in data., (*5)
-
Also ensure that you create a subdirectory '/public/img/captchas' which will capture all of the captcha images created by the contact form, and make sure it is writable., (*6)
dev-master
9999999-dev
Contact module for use in the SunshinePHP site.
Sources
Download
The Requires
ssphp
ssp
1.0.0
1.0.0.0
Contact module for use in the SunshinePHP site.
Sources
Download
The Requires
The Development Requires
ssphp
ssp