dz0wkn / yii2-material-kit
Material kit theme
Package info
github.com/dz0wkn/yii2-material-kit
Language:CSS
Type:yii2-extension
pkg:composer/dz0wkn/yii2-material-kit
dev-master / 1.0.x-dev
2018-07-31 05:51 UTC
Requires
- yiisoft/yii2: 2.*
- yiisoft/yii2-bootstrap: 2.*
This package is not auto-updated.
Last update: 2026-03-29 14:09:13 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>