mmind / bl_customgrid
There is no license information available for the latest version (0.9.0) of this package.
Enhanced Admin Grids Extension for Magento
Package info
github.com/yuukooagency/BL_CustomGrid
Type:magento-module
pkg:composer/mmind/bl_customgrid
0.9.0
2015-05-14 14:42 UTC
Requires
This package is auto-updated.
Last update: 2026-03-16 00:41:08 UTC
README
Enhanced Admin Grids Extension for Magento Fork of BL_CustomGrid
Features
Contributors
- Giuseppe Morelli
Stable version
0.9.0
MAGENTO Installation
via composer
Add to your composer.json file this:
{
...
"require": {
"magento-hackathon/magento-composer-installer": "*",
"mmind/bl_customgrid": "0.9.0"
},
....
"repositories": [
{
"type": "vcs",
"url": "git@github.com:magemindcom/BL_CustomGrid.git"
}
],
.....
}