2017 © Pedro Peláez
 

library link-dashboard

Prooph LINK module that provides a dashboard view

image

prooph/link-dashboard

Prooph LINK module that provides a dashboard view

  • Sunday, May 10, 2015
  • by prooph
  • Repository
  • 1 Watchers
  • 1 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Prooph\Link\Dashboard

Dashboard module for prooph LINK, (*1)

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:, (*2)

//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 ..., (*3)

Support

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., (*4)

Thanks, your prooph team, (*5)

The Versions

10/05 2015

dev-master

9999999-dev https://github.com/prooph/link-dashboard

Prooph LINK module that provides a dashboard view

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2 module dashboard prooph prooph link

10/05 2015

v0.2.0

0.2.0.0 https://github.com/prooph/link-dashboard

Prooph LINK module that provides a dashboard view

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2 module dashboard prooph prooph link

20/03 2015

v0.1.1

0.1.1.0 https://github.com/prooph/link-dashboard

Prooph LINK module that provides a dashboard view

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2 module dashboard prooph prooph link

08/03 2015

v0.1

0.1.0.0 https://github.com/prooph/link-dashboard

Prooph LINK module that provides a dashboard view

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

zf2 module dashboard prooph prooph link