yii2-heart Yii2-heart is set of extension (widget, modules, wrapper, etc) to easiest developer in application development

  1. Roadmap
  2. Requirements
  3. Installation
  4. Usage
  5. Resources

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.

Warning : This extension under development or PUBLIC PREVIEW :)

Roadmap

Done
$objPHPExcel = new \PHPExcel();

  • Database Migration
Progress..
  • Wrap adminLTE -> create widget content (done Navbar, NavSide, Nav, Dropdown, Breadcrumbs, Box)
Waiting
  • Wrap TCPDF or FPDF
  • Wrap TinyButStrong
  • Wrap Highchart
  • Create Widget Export Excel, Word, Pdf
  • Create Widget Import Excel
  • Create Gii Improved base on this extension

Requirements

Yii2

Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download```er run

php composer.phar require hscstudio/yii2-heart "*"

or add

"hscstudio/yii2-heart": "*"

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'=>[
				'fontawesome'=>true,
				'gii'=>true,
			]
		],
		...
	],
	...
];

And then please read Guide

Resources

...external resources for this extension...

Hafid Mukhlasin @ milisstudio@gmail.com

0 0
9 followers
0 downloads
Yii Version: 2.0
License: BSD-2-Clause
Category: User Interface
Developed by: ThePr0f3550r
Created on: Jul 20, 2014
Last updated: 9 years ago

Related Extensions