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

This package is not auto-updated.

Last update: 2024-04-13 13:30:50 UTC


README

Version 0.1.3

The missing ZF2 Admin module constructor.

Requirements

Features

Installation

  1. Add "atukai/at-admin": "0.*" 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, 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

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