Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vip9008/yii2-materialgrid
Material design theme and html classes for yii2 framework.
https://github.com/vip9008/yii2-materialgrid
Last synced: 4 days ago
JSON representation
Material design theme and html classes for yii2 framework.
- Host: GitHub
- URL: https://github.com/vip9008/yii2-materialgrid
- Owner: vip9008
- Created: 2016-11-05T15:24:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T08:27:12.000Z (over 6 years ago)
- Last Synced: 2024-10-18T15:03:31.329Z (29 days ago)
- Language: PHP
- Size: 6.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Material Grid
=============
Material design theme and html classes for yii2 framework.Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist vip9008/yii2-materialgrid "*"
```or add
```
"vip9008/yii2-materialgrid": "*"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by :
```php
= \vip9008\materialgrid\AutoloadExample::widget(); ?>```