| Package Data | |
|---|---|
| Maintainer Username: | rozklad |
| Maintainer Contact: | info@sanatoriu.ninja (Sanatorium) |
| Package Create Date: | 2016-05-21 |
| Package Last Update: | 2016-10-02 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-03 15:06:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Dashboards extension for Cartalyst Platform
class SampleServiceProvider {
public function boot()
{
$this->registerDashboardWidget();
}
/**
* Register the dashboard widget "Visitors and Pageviews"
* @throws ReflectionException
*/
protected function registerDashboardWidget()
{
$this->app['sanatorium.dashboards.widgets']->registerService(
'visitors_and_pageviews', // slug
'Path\To\Class\DashboardVisitors' // class
);
}
}
@dashboard('main')
Changelog not available.
Support not available.