kuakling/yii2-materialize

The Materialize extension for Yii framework 2

dev-master 2016-03-20 08:43 UTC

This package is not auto-updated.

Last update: 2024-04-03 17:03:51 UTC


README

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.

For license information check the LICENSE-file.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist kuakling/yii2-materialize dev-master

or add

"kuakling/yii2-materialize": "dev-master"

to the require section of your composer.json file.

Usage

Soon...