2017 © Pedro Peláez
 

yii2-extension yii2-heart

Set of Yii2 extension

image

hscstudio/yii2-heart

Set of Yii2 extension

  • Thursday, November 26, 2015
  • by hscstudio
  • Repository
  • 11 Watchers
  • 20 Stars
  • 318 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 2 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Yii2-heart

Yii2-heart is extension for Yii Framework version 2.0. It is set of extension (widget, modules, wrapper, etc) to easiest developer in application development., (*1)

Roadmap

Done - Wrap Yii2-admin - Wrap Arshaw Calendar - Use Kartik-v Extension - Wrap PHPExcel (http://www.yiiframework.com/forum/index.php/topic/52199-how-to-load-phpexcel-in-yii-20-project/), (*2)

$objPHPExcel = new \PHPExcel();
  • Wrap TCPDF (no wrap only use)
  • Wrap TinyButStrong
  • Database Migration
  • Import Excel ready
  • Gii Improved base on above extension
  • Highchart ready

Progress.. - Update manual - Bugfix, (*3)

Waiting - any idea?, (*4)

Installation

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

Either run, (*6)

php composer.phar require hscstudio/yii2-heart "dev-master"

or add, (*7)

"hscstudio/yii2-heart": "dev-master"

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

Database migration, (*9)

yii migrate --migrationPath=@hscstudio\heart\migrations

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*10)

return [
    'bootstrap' => [        
        'heart',
        ...
    ],
    'modules' => [
        'heart' => [
            'class' => 'hscstudio\heart\Module',
            'features'=>[
                // datecontrol (kartik), gridview (kartik), gii, 
                'datecontrol'=>true,// use false for not use it
                'gridview'=>true,// use false for not use it
                'gii'=>true, // use false for not use it
                // privilege (yii2-admin) please read guide
            ],
        ],
        ...
    ],
    ...
];

And then please read Guide - Index Guide, (*11)

The Versions