sunshinephp / ssp-press
There is no license information available for the latest version (1.0.0) of this package.
Press module for use in the SunshinePHP site.
1.0.0
2014-03-09 14:47 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-23 09:45:59 UTC
README
Press module in ZF2 to be included into the SunshinePHP main site.
Requirements
- Zend Framework 2 (latest master)
Installation
Main Setup
By cloning project
- Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:
"require": { "sunshinephp/ssp-press": "dev-master" }
-
Now tell composer to download SspPress by running the command:
$ php composer.phar update
Post installation
-
Enabling it in your
application.config.php
file.<?php return array( 'modules' => array( // ... 'SspPress', ), // ... );
-
Ensure to add the needed table to the database using the sql file in data.