Version 0.1.3
The missing ZF2 Admin module constructor.
- Zend Framework 2
- ZfcAdmin
- AtDataGrid
- BjyModulus (optional)
- Theme based on Twitter Bootstrap
- Custom layout for ZfcAdmin with two-level menu
- Integration with AtDataGrid
- Integration with BjyModulus
- 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
See AtCms as example.
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