yii2learning/yii2-chart-builder
Composer 安装命令:
composer require yii2learning/yii2-chart-builder
包简介
create chart from sql
README 文档
README
create chart from sql
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii2learning/yii2-chart-builder "*"
or add
"yii2learning/yii2-chart-builder": "@dev"
to the require section of your composer.json file.
Config Module
'modules' => [
'chartbuilder'=>[
'class'=> 'yii2learning\chartbuilder\Module'
],
'gridview' => [
'class' => '\kartik\grid\Module',
]
];
Migrations database
./yii migrate/up -p=@yii2learning/chartbuilder/migrations
统计信息
- 总下载量: 517
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-07