sunshinephp/ssp-press
Composer 安装命令:
composer require sunshinephp/ssp-press
包简介
Press module for use in the SunshinePHP site.
README 文档
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.phpfile.<?php return array( 'modules' => array( // ... 'SspPress', ), // ... );
-
Ensure to add the needed table to the database using the sql file in data.
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2013-06-02