socialist/yii2-materialize

This extension will need to replace the yii2-bootstrap

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2016-10-24 10:58 UTC

This package is not auto-updated.

Last update: 2024-04-17 17:25:47 UTC


README

This extension will need to replace the yii2-bootstrap

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require socialist/yii2-materialize:dev-master

or add

"socialist/yii2-materialize": "@dev"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php
use socialist\materialize;

MaterializeAsset::register($this);