2017 © Pedro Peláez
 

yii2-extension yii2-chart-builder

create chart from sql

image

yii2learning/yii2-chart-builder

create chart from sql

  • Wednesday, September 27, 2017
  • by dixonsatit
  • Repository
  • 3 Watchers
  • 6 Stars
  • 102 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 7 Versions
  • 52 % Grown

The README.md

Yii2 Chart Builder

create chart from sql, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist yii2learning/yii2-chart-builder "*"

or add, (*4)

   "yii2learning/yii2-chart-builder": "@dev"

to the require section of your composer.json file., (*5)

Config Module

'modules' => [
    'chartbuilder'=>[
        'class'=> 'yii2learning\chartbuilder\Module'
    ],
    'gridview' =>  [
        'class' => '\kartik\grid\Module',
    ]
];

Migrations database

./yii migrate/up -p=@yii2learning/chartbuilder/migrations

The Versions