schmasterz/yii2-bootstrap4-materialize

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

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/schmasterz/yii2-bootstrap4-materialize

1.0.0 2019-03-30 23:14 UTC

This package is auto-updated.

Last update: 2025-09-29 02:09:12 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),