prooph/link-dashboard
最新稳定版本:v0.2.0
Composer 安装命令:
composer require prooph/link-dashboard
包简介
Prooph LINK module that provides a dashboard view
README 文档
README
Dashboard module for prooph LINK
Widgets
A standard prooph LINK application home screen is rendered by the dashboard module. The module overrides the home route of the application to point to the IndexController of the dashboard module. Other modules can register WidgetController via configuration. The IndexController loops through all registered WidgetController and calls the widgetAction which should return a DashboardWidget.
A typical module configuration to register a widget looks like the following:
//module.config.php of the link-app-core module return [ 'prooph.link.dashboard' => [ 'system_config_widget' => [ 'controller' => 'Prooph\Link\Application\Controller\DashboardWidget', //Controller alias of WidgetController 'order' => 101 //Order of the widget on the dashboard ] ], //... ];
Widget Groups
to be defined ...
Support
- Ask any questions on prooph-users google group.
- File issues at https://github.com/prooph/link-dashboard/issues.
Contribution
You wanna help us? Great! We appreciate any help, be it on implementation level, UI improvements, testing, donation or simply trying out the system and give us feedback. Just leave us a note in our google group linked above and we can discuss further steps.
Thanks, your prooph team
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-02-27