2017 © Pedro Peláez
 

library sc-content

Simple ZF2-based content editor module

image

dphn/sc-content

Simple ZF2-based content editor module

  • Thursday, February 27, 2014
  • by dolphin
  • Repository
  • 4 Watchers
  • 17 Stars
  • 158 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 3 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ScContent

This module in process. At this time, the module works only with the database MySql., (*1)

The module allows you to edit the content, manage themes and widgets., (*2)

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., (*3)

Introduction

It is a simple module for editing the content based on Zend Framework 2. details, (*4)

![Screenshot] (/docs/img/sc-content.png?raw=true), (*5)

Requirements

Module update

Attention! The module is still in the development stage. The versioning of database migration is not supported yet., (*6)

Please, after any update, delete any table from module database! Sorry for the inconvenience, improvements are planned in the near time., (*7)

Installation

Main Setup

By cloning project

  1. Install the BjyAuthorize ZF2 module by cloning it into ./vendor/.
  2. Install the ZfcBase ZF2 module by cloning it into ./vendor/.
  3. Install the ZfcUser ZF2 module by cloning it into ./vendor/.
  4. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:, (*8)

    "require": {
        "dphn/sc-content" : "dev-master"
    }
    
  2. Now tell composer to download ScContent by running the command:, (*9)

    $ php composer.phar update
    

Post installation

  1. Enabling it in your application.config.phpfile., (*10)

    <?php
    return array(
        'modules' => array(
            // ...
            'ZfcBase',
            'ZfcUser',
            'BjyAuthorize',
            'ScContent',
        ),
        // ...
    );
    
  2. Further installation is automatic., (*11)

The Versions

27/02 2014

dev-master

9999999-dev

Simple ZF2-based content editor module

  Sources   Download

New BSD License

The Requires

 

zf2 cms content management

13/11 2013

0.1.3

0.1.3.0

Simple ZF2-based content editor module

  Sources   Download

New BSD License

The Requires

 

zf2 cms content management