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

This package is auto-updated.

Last update: 2024-04-23 08:51:22 UTC


README

Press module in ZF2 to be included into the SunshinePHP main site.

Requirements

Installation

Main Setup

By cloning project

  1. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:

    "require": {
        "sunshinephp/ssp-press": "dev-master"
    }
  2. Now tell composer to download SspPress by running the command:

    $ php composer.phar update

Post installation

  1. Enabling it in your application.config.phpfile.

    <?php
    return array(
        'modules' => array(
            // ...
            'SspPress',
        ),
        // ...
    );
  2. Ensure to add the needed table to the database using the sql file in data.