lwc / lwccmspage
ZF2 module for CMS pages (nested set tree)
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/lwc/lwccmspage
This package is not auto-updated.
Last update: 2025-10-07 06:29:03 UTC
README
ZF2 module for handling a nested set of CMS pages. Still in heavy development, please don't use it ;-)
Composer
"require": {
"lwc/lwccmspage": "1.*"
}
ZF2 config setup
- Add the "LwcCmsPage" module to your config/application.config.php file
Database setup
- Import the data/table-init.sql file into your database. It will create a 2 tables: ** one for storing the pages ** another one for "rows" - which is basically a CSS/JS grid approach for saving content elements via the LwcCmsContent module.
- The module will provide a ServiceManager alias called LwcCmsPage\DbAdapter. Per default, it points to a "dbAdapter" service. You may have to change this according to your application's default database adapter.
Still work in progress. :)