joacub / at-admin
There is no license information available for the latest version (dev-master) of this package.
The missing ZF2 Admin module constructor.
dev-master
2015-07-10 10:06 UTC
Requires
Suggests
- bjyoungblood/bjy-authorize: For protection of your admin pages with ACL
- bjyoungblood/bjy-modulus: For modules management
- zf-commons/zfc-rbac: For protection of your admin pages with RBAC
This package is not auto-updated.
Last update: 2024-10-26 15:54:49 UTC
README
Version 0.1.3
The missing ZF2 Admin module constructor.
Requirements
- Zend Framework 2
- ZfcAdmin
- AtDataGrid
- BjyModulus (optional)
Features
- Theme based on Twitter Bootstrap
- Custom layout for ZfcAdmin with two-level menu
- Integration with AtDataGrid
- Integration with BjyModulus
Installation
- Add
"atukai/at-admin": "0.*"
to yourcomposer.json
file and runphp composer.phar update
. - Add
AtAdmin
to yourconfig/application.config.php
file under themodules
key afterZfcAdmin
. - Copy or create a symlink of public/css, public/js and public/images to your website root directory
Configuration
See AtCms as example.
Layout
AtAdmin ships with built in layout which override default ZfcAdmin layout. To override the built in admin layout with your custom layout follow to the next steps
- In your module under the
view
directory create the folderlayout
- Create the override script
admin.phtml