mmind/bl_customgrid

此包最新版本(0.9.0)没有提供许可证信息。

Magento增强型管理员网格扩展

安装: 30

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 115

类型:magento-module

0.9.0 2015-05-14 14:42 UTC

This package is auto-updated.

Last update: 2024-09-15 21:23:44 UTC


README

Magento增强型管理员网格扩展,BL_CustomGrid的分支

特性

贡献者

  • Giuseppe Morelli

稳定版本

0.9.0

MAGENTO 安装

通过 composer

将以下内容添加到您的composer.json文件中

{
    ...
    "require": {
        "magento-hackathon/magento-composer-installer": "*",
        "mmind/bl_customgrid": "0.9.0"
    },
    ....
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:magemindcom/BL_CustomGrid.git"
        }
    ],
    .....
}