merlano/yii2-materialize

This is an extension for Yii 2.0 applications who would like to use materialize framework

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1 2015-12-03 10:35 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:14:32 UTC


README

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.