Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-materialize
https://github.com/voskobovich/yii2-materialize
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-materialize
- Owner: voskobovich
- Created: 2015-04-24T10:48:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T21:32:16.000Z (over 9 years ago)
- Last Synced: 2023-02-27T06:54:53.054Z (almost 2 years ago)
- Language: PHP
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Materialize CSS Framework Extension
===================================
Materialize CSS Framework Extension for Yii2Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist voskobovich/yii2-materialize "*"
```or add
```
"voskobovich/yii2-materialize": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
```php
= \voskobovich\materialize\AutoloadExample::widget(); ?>```