2017 © Pedro Peláez
 

library cms

Content management module for Zend Framework 2

image

nhebi/cms

Content management module for Zend Framework 2

  • Monday, June 10, 2013
  • by personman
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 6 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CMS

Introduction

This is a content management module for Zend Framework 2 apps., (*1)

Requirements

Requires Zend Framework 2 and DoctrineORMModule., (*2)

Installation

You'll need to have a ZF2 application already up and running, so get that first., (*3)

Install into your vendor directory from GitHub with this command:, (*4)

 git clone git@github.com:nhebi/cms.git

Then install dependencies using Composer:, (*5)

 php composer.phar update

Next you'll need to update your database with the table for pages. Run the SQL file here: data/schema.sql Or just use Doctrine Migrations to generate the SQL from the page entity annotations., (*6)

Make sure that the data/cache folder exists in your application and is writable., (*7)

Now navigate to /pages and you should be able to click "Add a Page.", (*8)

The Versions

10/06 2013

dev-master

9999999-dev https://github.com/nhebi/cms

Content management module for Zend Framework 2

  Sources   Download

BSD-3-Clause

The Requires

 

by Danny Ferguson

zf2 module cms pages zend framework 2