rafaelvaloto/yii2-material-design-lite

为 yii2 的 google 设计材料扩展 AssetBundle

1.0.2 2016-04-19 02:53 UTC

This package is not auto-updated.

Last update: 2024-09-18 17:37:43 UTC


README

yii2-material-design-lite

安装

composer require rafaelvaloto/yii2-material-design-lite 1.0.2

用法

asset/AppAseet.php

    public $depends = [

        'yii\web\YiiAsset',

        'rafaelvaloto\mdl\material\MaterialDesignLiteAsset'

    ];