Download the PHP package prooph/link-dashboard without Composer
On this page you can find all versions of the php package prooph/link-dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/link-dashboard
More information about prooph/link-dashboard
Files in prooph/link-dashboard
Package link-dashboard
Short Description Prooph LINK module that provides a dashboard view
License BSD-3-Clause
Homepage https://github.com/prooph/link-dashboard
Informations about the package link-dashboard
Prooph\Link\Dashboard
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:
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