Version 0.1.0
A Zend Framework 2 module based on ZfcAdmin and provides an extra admin panel functionality.
- Add
"atukai/at-admin": "dev-master"
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 and public/js 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