t4web / pages
ZF2 Module for easily creating static pages.
0.0.1
2014-12-01 15:49 UTC
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.3.*
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-26 18:06:24 UTC
README
ZF2 Module for easily creating content pages and blocks
Introduction
Features / Goals
- Create DB table with init console command [DONE]
- Create page with WYSIWYG editor in admin [IN PROGRESS]
- Get page by ID [IN PROGRESS]
- Show page by route [IN PROGRESS]
- List pages in admin (backend) zone [IN PROGRESS]
- Edit page in admin (backend) zone [IN PROGRESS]
- Remove page in admin (backend) zone [IN PROGRESS]
Installation
Usage
Testing
For running tests you need install and intialize codeception, after this create/update codeception.yml in you project root and add Pages tests, like this:
include: - vendor/t4web/pages # <- add modules tests to include paths: log: tests/_output settings: colors: true memory_limit: 1024M
After this you may run functional tests from your project root
$ codeception run