sunshinephp/ssp-sponsors
Composer 安装命令:
composer require sunshinephp/ssp-sponsors
包简介
Sponsors module for use in the SunshinePHP site.
README 文档
README
Sponsors 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-sponsors": "dev-master" }
-
Now tell composer to download SspSponsors by running the command:
$ php composer.phar update
Post installation
-
Enabling it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'SspSponsors', ), // ... );
-
Ensure to add the needed table to the database using the sql file in data.
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-06-01