dev-master
9999999-dev https://github.com/nhebi/cmsContent management module for Zend Framework 2
BSD-3-Clause
The Requires
by Danny Ferguson
zf2 module cms pages zend framework 2
Wallogit.com
2017 © Pedro Peláez
Content management module for Zend Framework 2
This is a content management module for Zend Framework 2 apps., (*1)
Requires Zend Framework 2 and DoctrineORMModule., (*2)
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)
Content management module for Zend Framework 2
BSD-3-Clause
zf2 module cms pages zend framework 2