2017 © Pedro Peláez
 

yii2-extension yii2-materialize

The Materialize extension for the Yii framework

image

altiore/yii2-materialize

The Materialize extension for the Yii framework

  • Sunday, May 1, 2016
  • by Razzwan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 8 % Grown

The README.md

Materialize Extension for Yii 2

This is the Materialize extension for Yii 2. It encapsulates Materialize components and plugins in terms of Yii widgets, and thus makes using Materialize components/plugins in Yii applications extremely easy., (*1)

Initially this extension forked by repository webmaxx/yii2-materialize, (*2)

For license information check the LICENSE-file., (*3)

Installation

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

Either run, (*5)

php composer.phar require altiore/yii2-materialize

or add, (*6)

"altiore/yii2-materialize": "@stable"

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

Do not forget to add depending into your AssetBundle file. For example:, (*8)

<?php  
class AppAsset extends AssetBundle  
{  
    public $depends = [  
        \altiore\materialize\MaterializeAsset::class,  
    ];  
}

Usage

For example, the following single line of code in a view file would render a Materialize Progress plugin:, (*9)

<?= altiore\materialize\Progress::widget(['percent' => 70]) ?>

The Versions

01/05 2016

dev-master

9999999-dev

The Materialize extension for the Yii framework

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan
by Avatar webmaxx

yii2 materialize

01/05 2016

1.1.0

1.1.0.0

The Materialize extension for the Yii framework

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan
by Avatar webmaxx

yii2 materialize

30/04 2016

1.0.1

1.0.1.0

The Materialize extension for the Yii framework

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan
by Avatar webmaxx

yii2 materialize

30/04 2016

1.0.0

1.0.0.0

The Materialize extension for the Yii framework

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan
by Avatar webmaxx

yii2 materialize