2017 © Pedro Peláez
 

library csn-cms

CMS based on DoctrineORMModule

image

coolcsn/csn-cms

CMS based on DoctrineORMModule

  • Monday, January 20, 2014
  • by wingman
  • Repository
  • 5 Watchers
  • 10 Stars
  • 1,152 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CsnCms

Zend Framework 2 Module, (*1)

What is CsnCms?

CsnCms is a Content Management System module based on DoctrineORMModule, CsnUser authentication and CsnAuthorization., (*2)

What exactly does CsnCms do?

CsnCms has been created with educational purposes to demonstrate how CMS can be done. It is fully functional, working in perfect harmony with Doctrine and the other Csn modules., (*3)

Installation

  1. Installation via composer is supported, simply run (make sure you've set "minimum-stability": "dev" in your composer.json file): php composer.phar require coolcsn/csn-cms:dev-master, (*4)

  2. Configure referenced modules (CsnUser and CsnAuthorization) following their instructions., (*5)

  3. Add 'CsnCms' to your application configuration in config/application.config.php. An example application configuration could look like the following:, (*6)

'modules' => array(
    'Application',
    'DoctrineModule',
    'DoctrineORMModule',
    'CsnUser',
    'CsnAuthorization',
    'CsnCms'
)
  1. Run ./vendor/bin/doctrine-module orm:schema-tool:update to update the database schema (Note: You may need to force the update by adding --force to the command). Then import the sample data located in ./vendor/coolcsn/CsnCms/data/SampleData.sql. You can easily do that with PhpMyAdmin for instance.

We are done, uh?

Navigate to [hostname]/csn-cms. Enjoy :), (*7)

Dependencies

This Module depends on the following Modules:, (*8)

  • DoctrineORMModule
  • CsnUser
  • CsnAuthorization

Recommends

The Versions

20/01 2014

dev-master

9999999-dev https://github.com/coolcsn/CsnCms

CMS based on DoctrineORMModule

  Sources   Download

BSD-3-Clause

The Requires

 

by Stoyan Revov
by Svetoslav Chonkov
by Nikola Vasilev
by Stoyan Petkov

zf2 doctrine doctrine-orm-module csn-cms