/yii2-materialize

yii2 materialize widgets

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Materialize for Yii2

This is a set of widgets based on MaterializeCSS framework for Yii2.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist "merlano/yii2-materialize": "@stable" (for latest stable version)

#or add

"merlano/yii2-materialize": "@stable" (for latest stable version) - RECOMMENDED

"merlano/yii2-materialize": "@dev-master" (for latest development version)

to the require section of your composer.json file.