yii2-extension yii2-cardgridview
The CardGridView is used to display data in a card cells grid using bootstrap grid system
raphaelbsr/yii2-cardgridview
The CardGridView is used to display data in a card cells grid using bootstrap grid system
- Wednesday, May 31, 2017
- by raphaelbsr
- Repository
- 0 Watchers
- 0 Stars
- 15 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
SquareGridView
The SquareGridView is used to display data in a square grid using bootstrap grid system, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist raphaelbsr/yii2-squaregridview "*"
or add, (*4)
"raphaelbsr/yii2-squaregridview": "*"
to the require section of your composer.json
file., (*5)
Usage
Once the extension is installed, simply use it in your code by :, (*6)
php
<?= \raphaelbsr\squaregridview\AutoloadExample::widget(); ?>
, (*7)
dev-master
9999999-dev
The CardGridView is used to display data in a card cells grid using bootstrap grid system
Sources
Download
GPL-3.0+
The Requires
by
Raphael Barbosa
extension
yii2