talview/yii2-materialize

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

Package info

github.com/talview/yii2-materialize

Type:yii2-extension

pkg:composer/talview/yii2-materialize

Statistics

Installs: 61

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 3

0.9 2016-03-11 06:09 UTC

This package is not auto-updated.

Last update: 2020-01-22 01:55:55 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 "talview/yii2-materialize": "@stable" (for latest stable version)

#or add

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

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

to the require section of your composer.json file.