kuakling / yii2-materialize
The Materialize extension for Yii framework 2
Installs: 371
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/materialize: @dev
This package is not auto-updated.
Last update: 2024-11-13 19:52:34 UTC
README
This is the Materialize extension for Yii 2. It encapsulates Materialize components and plugins in terms of Yii widgets, and thus makes using Materialize components/plugins in Yii applications extremely easy.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist kuakling/yii2-materialize dev-master
or add
"kuakling/yii2-materialize": "dev-master"
to the require section of your composer.json
file.
Usage
Soon...