sanatorium/dashboards
Composer 安装命令:
composer require sanatorium/dashboards
包简介
Dashboards extension for Cartalyst Platform
README 文档
README
Dashboards extension for Cartalyst Platform
Documentation
Register widget to dashboards
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
);
}
}
Blade directive @dashboard
Dashboard by slug
@dashboard('main')
Changelog
Changelog not available.
Support
Support not available.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-10-02