talview / yii2-materialize
This is an extension for Yii 2.0 applications who would like to use materialize framework
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 0
Open Issues: 3
Type:yii2-extension
Requires
- yiisoft/yii2: ^2.0
This package is not auto-updated.
Last update: 2020-01-22 01:55:55 UTC
README
This is a set of widgets based on MaterializeCSS framework for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist "talview/yii2-materialize": "@stable" (for latest stable version)
#or add
"talview/yii2-materialize": "@stable" (for latest stable version) - RECOMMENDED
"talview/yii2-materialize": "@dev-master" (for latest development version)
to the require section of your composer.json file.