sunshinephp/ssp-sponsors

Sponsors module for use in the SunshinePHP site.

2.0.0 2019-11-19 20:51 UTC

This package is auto-updated.

Last update: 2024-03-27 02:19:02 UTC


README

Sponsors 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-sponsors": "dev-master"
    }
  2. Now tell composer to download SspSponsors by running the command:

    $ php composer.phar update

Post installation

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

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