atukai / at-cms
A ZF2 module which provides a CMS functionality. Helps to create html pages and blocks
Installs: 303
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 4
Forks: 7
Open Issues: 0
pkg:composer/atukai/at-cms
Requires
- atukai/at-admin: 0.*
- atukai/at-block: 0.*
- zendframework/zendframework: >=2.1.4
- zf-commons/zfc-base: 0.*
This package is not auto-updated.
Last update: 2017-12-12 20:29:51 UTC
README
AtCms is a Zend Framework 2 module which provides a base CMS functionality.
This module is still under heavy development. Do not use it in production.
Requirements
Installation
- Add
"atukai/at-cms": "dev-master"
to yourcomposer.json
file and runphp composer.phar update
. - Add
AtCms
to yourconfig/application.config.php
file under themodules
key.