irrahub/materail-design

Irrahub

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

dev-master 2018-08-30 07:40 UTC

This package is not auto-updated.

Last update: 2024-05-04 10:24:40 UTC


README

Testing

Installation

The preferred way to install this extension is through composer.

run

composer require irrahub/materaildesign:dev-master

Usage

in your layouts/main.php include followin code


<?php

if (class_exists('material\design\web\MaterialAsset')) {
    material\design\web\MaterialAsset::register($this);
}
?>
<?php $this->beginPage() ?>