hscstudio/yii2-heart Set of Yii2 extension

extensionheart

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.

Roadmap

Done

Progress..

  • Update manual
  • Bugfix

Waiting

  • any idea?

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Database migration

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

Usage

Once the extension is installed, simply modify your application configuration as follows:

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

Changelog

Yii2 Heart Change Log

1.0.0 under development [15-20/07/2014]

  • init

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
20 github stars & 12 github forks
0 downloads in the last day
0 downloads in the last 30 days
330 total downloads