atukai / at-cms
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.2.0) of this package.
A ZF2 module which provides a CMS functionality. Helps to create html pages and blocks
0.2.0
2013-04-12 21:56 UTC
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.