schmasterz / yii2-bootstrap4-materialize
Yii2 assets for boostrap4-materialize, a CSS Framework based on Material Design.
Package info
github.com/schmasterz/yii2-bootstrap4-materialize
Type:yii2-extension
pkg:composer/schmasterz/yii2-bootstrap4-materialize
1.0.0
2019-03-30 23:14 UTC
Requires
- php: >=5.4.0
- bower-asset/bootstrap4-materialize: *
- yiisoft/yii2: ~2.0.14
This package is auto-updated.
Last update: 2026-03-01 00:27:27 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),