xlabs/corebundle
最新稳定版本:2.0.58
Composer 安装命令:
composer require xlabs/corebundle
包简介
Core
README 文档
README
MM Core
Installation
Install through composer:
php -d memory_limit=-1 composer.phar require xlabs/corebundle
In your AppKernel
public function registerbundles()
{
return [
...
...
new MM\CoreBundle\MMCoreBundle(),
new MM\MediaBundle\MMMediaBundle(),
new MM\SalesBundle\MMSalesBundle(),
new MM\SearchBundle\MMSearchBundle(),
new MM\UserBundle\MMUserBundle(),
new MM\XAuthBundle\MMXAuthBundle(),
];
}
Instructions
- Remove those bundles from the main project.
- Remove some dependencies from composer.json
- Adjust xlabs bundles parameters
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-25