dz0wkn/yii2-material-kit

Material kit theme

Installs: 225

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Language:CSS

Type:yii2-extension

dev-master / 1.0.x-dev 2018-07-31 05:51 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:41:26 UTC


README

Installation

The preferred way to install this extension is through composer.

To install Material Kit run:

composer require dz0wkn/yii2-material-kit "1.0.x-dev"

Or

Add to composer.json

{
	"require": {
		"dz0wkn/yii2-material-kit": "1.0.x-dev"
	}
}

And run

composer update

Usage

in your layouts/main.php include followin code

<?php

/* @var $this \yii\web\View */
/* @var $content string */
/*
use yii\dependencies
*/
//Register class
dz0wkn\mk\web\MaterialAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>

Example

https://demos.creative-tim.com/material-kit/