12/01
2017
Sponsors module for use in the SunshinePHP site.
Sponsors module in ZF2 to be included into the SunshinePHP main site., (*1)
./vendor/
directory.Add this project in your composer.json:, (*2)
"require": { "sunshinephp/ssp-sponsors": "dev-master" }
Now tell composer to download SspSponsors by running the command:, (*3)
$ php composer.phar update
Enabling it in your application.config.php
file., (*4)
<?php return array( 'modules' => array( // ... 'SspSponsors', ), // ... );
Ensure to add the needed table to the database using the sql file in data., (*5)