Skip to content

testingforsomeone/materialDesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Design

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() ?>


Releases

No releases published

Packages

No packages published