socialist / yii2-materialize
This extension will need to replace the yii2-bootstrap
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/socialist/yii2-materialize
Requires
- php: ^5.3.3 || ^7.0
- bower-asset/materialize: ^0.9
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-02 00:10:42 UTC
README
This extension will need to replace the yii2-bootstrap
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require socialist/yii2-materialize:dev-master
or add
"socialist/yii2-materialize": "@dev"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?php
use socialist\materialize;
MaterializeAsset::register($this);