yii2-dashboard

Create and manage dashboards using custom layouts and panels.

  • Owner: cornernote/yii2-dashboard
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Yii2 Dashboard

Latest Version
Software License
Build Status
HHVM
Coverage Status
Quality Score
Total Downloads
Yii2 Framework

Yii2 Dashboard is a module that allows you to create and manage dashboards using custom layouts and panels.

Features

  • Create custom layouts with regions where panels can be placed.
  • Create custom panels to display your data inside a layout region.
  • Drag-and-drop interface to rearrange panels inside a layout.

Documentation

Getting started? Try the Installation Guide. You will find further information in the Documentation.

For changes since the last version see the Changelog.

Config

<?php
$config = [
    'modules' => [
        'dashboard' => [
            'class' => 'cornernote\dashboard\Module',
            'layouts' => [
                'default' => 'cornernote\dashboard\layouts\DefaultLayout',
                'example' => 'tests\app\dashboard\layouts\ExampleLayout',
            ],
			'updateRoles' => ['dashboardAdmin'],
            'panels' => [
                'example' => [
					'class' => 'app\dashboard\panels\ExamplePanel',
					'allowRules => ['exampleRule'],	
				],
            ],
            'dashboards' => [
                'dashboard first' => [
					'viewRoles => ['firstRule'],	
				],
            ],
        ],
    ],
];

Screenshots

Dashboard View

More images are available from the Screenshots page.

Contributing

Contributions are welcome. Please refer to the contributing guidelines.

Thanks to everyone who has contributed.

Project Resources

License

BSD-3 - Please refer to the license.

Main metrics

Overview
Name With Ownercornernote/yii2-dashboard
Primary LanguagePHP
Program languagePHP (Language Count: 3)
Platform
License:Other
所有者活动
Created At2015-07-04 13:41:00
Pushed At2017-11-30 00:22:52
Last Commit At2017-11-30 10:52:51
Release Count4
Last Release Name0.2.1 (Posted on )
First Release Name0.1.0 (Posted on )
用户参与
Stargazers Count34
Watchers Count11
Fork Count10
Commits Count86
Has Issues Enabled
Issues Count9
Issue Open Count5
Pull Requests Count2
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private