Skip to content

mist-webit/yii2-materialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 asset for Materialize

Yii2 asset for Materialize css framework http://materializecss.com/

Installation

Add

"repositories":
            [
                {
                    "type": "vcs",
                    "url": "https://github.com/mist-webit/yii2-materialize"
                }
            ],

to your composer.json file and add

"mist-webit/yii2-materialize": "*"

to the require section of your composer.json file.

Usage

Open your layout views/layouts/main.php and add

use mistwebit\materialize\MaterializeAsset;

MaterializeAsset::register($this);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages