xlabs/corebundle

核心

这个软件包的官方仓库似乎已经不存在了,因此软件包已被冻结。

安装: 1

依赖项: 0

建议者: 0

安全: 0

类型:symfony-bundle

This package is not auto-updated.

Last update: 2024-10-02 15:27:16 UTC


README

MM Core

安装

通过composer安装

php -d memory_limit=-1 composer.phar require xlabs/corebundle

在您的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(),
    ];
}

说明

  1. 从主项目中删除这些捆绑包。
  2. 从composer.json中删除一些依赖项
  3. 调整xlabs捆绑包参数