yii-dashboard A simple template for Yii admin dashboard

  1. Bugs
  2. Requirements
  3. Usage

This is a drop in module that provides a clean and simple template for admin dashboards. It is a self contained module, so you can drop it in and you're good to go. It consists of a styled layout (Yii Bootstrap) and a base controller that handles all access control.

I've stripped everything out so it's a good starting point to get an admin module up and running.

Original design idea came from the 1st example in http://speckyboy.com/2013/05/16/user-experience-trends-for-admin-dashboards/

Bugs

Please report any bugs to http://www.yiiframework.com/forum/index.php/topic/43493-yii-dashboard-bug-discussion/

Requirements

  • Yii 1.1 or above
  • If you're using Yii Bootstrap in the main area of your app, you must use version 2.0.2 or higher. This module will not work if you're using anything less. Why? This module requires Bootstrap's register method which was added in version 2.0.2.

Usage

Simply drop the extracted Admin module in protected/modules and edit your config file to recognize the module. Done

'modules' => array(
    'admin'
),
6 1
22 followers
5 238 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Developed by: waterloomatt
Created on: May 19, 2013
Last updated: 9 years ago

Downloads

show all

Related Extensions