dphn/sc-content
Composer 安装命令:
composer require dphn/sc-content
包简介
Simple ZF2-based content editor module
README 文档
README
This module in process. At this time, the module works only with the database MySql.
The module allows you to edit the content, manage themes and widgets.
Nevertheless, the basic widgets kit is provided as a separate module (https://github.com/dphn/ScWidgets).
You can easily create your own widgets kit for your specific application.
Introduction
It is a simple module for editing the content based on Zend Framework 2. details
![Screenshot] (/docs/img/sc-content.png?raw=true)
Requirements
- php >= 5.4.0
- Zend Framework 2 (latest master)
- BjyAuthorize (latest master)
- ZfcUser (latest master)
- ZfcBase (latest master)
Module update
Attention! The module is still in the development stage. The versioning of database migration is not supported yet.
Please, after any update, delete any table from module database! Sorry for the inconvenience, improvements are planned in the near time.
Installation
Main Setup
By cloning project
- Install the BjyAuthorize ZF2 module
by cloning it into
./vendor/. - Install the ZfcBase ZF2 module
by cloning it into
./vendor/. - Install the ZfcUser ZF2 module
by cloning it into
./vendor/. - Clone this project into your
./vendor/directory.
With composer
-
Add this project in your composer.json:
"require": { "dphn/sc-content" : "dev-master" }
-
Now tell composer to download ScContent by running the command:
$ php composer.phar update
Post installation
-
Enabling it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'ZfcBase', 'ZfcUser', 'BjyAuthorize', 'ScContent', ), // ... );
-
Further installation is automatic.
统计信息
- 总下载量: 175
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: New
- 更新时间: 2013-07-28