schmasterz/yii2-bootstrap4-materialize

Yii2 assets for boostrap4-materialize, a CSS Framework based on Material Design.

1.0.0 2019-03-30 23:14 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:29 UTC


README

Yii2 asset for boostrap4-materialize, a CSS Framework based on Material Design.

Requirements

The minimum requirement by yii2-bootstrap4-materialize that your Web server supports PHP 5.4 and Yii2 framework > 2.0.14.

Install via Composer

$ php composer.phar require schmasterz/yii2-bootstrap4-materialize "master@dev"

Usage

You can use boostrap4-materialize in the css layer of your application. To achieve this, you need to include boostrap4-materialize as a dependency of your Asset file

public $depends = [
    'schmasterz\materialize\BootstrapMaterializeAsset',
];

or add it to your view file

schmasterz\materialize\BootstrapMaterializeAsset::register($this),