Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voskobovich/yii2-advanced-grid
Advanced widget GridView for Yii2
https://github.com/voskobovich/yii2-advanced-grid
Last synced: 3 months ago
JSON representation
Advanced widget GridView for Yii2
- Host: GitHub
- URL: https://github.com/voskobovich/yii2-advanced-grid
- Owner: voskobovich
- Created: 2015-07-25T17:42:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T14:21:09.000Z (over 8 years ago)
- Last Synced: 2024-09-29T23:01:37.703Z (4 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Advanced Grid
================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist voskobovich/yii2-advanced-grid "~1.0"
```or add
```
"voskobovich/yii2-advanced-grid": "~1.0"
```to the require section of your `composer.json` file.