Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 1005 Bytes

README.md

File metadata and controls

executable file
·
28 lines (17 loc) · 1005 Bytes

AtAdmin

Version 0.1.0

A Zend Framework 2 module based on ZfcAdmin and provides an extra admin panel functionality.

Requirements

Installation

  1. Add "atukai/at-admin": "dev-master" to your composer.json file and run php composer.phar update.
  2. Add AtAdmin to your config/application.config.php file under the modules key after ZfcAdmin.
  3. Copy or create a symlink of public/css and public/js 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

  1. In your module under the view directory create the folder layout
  2. Create the override script admin.phtml