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
Requires
- php: >=5.4.0
- bower-asset/bootstrap4-materialize: *
- yiisoft/yii2: ~2.0.14
This package is auto-updated.
Last update: 2025-03-29 00:49: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),