xlabs/corebundle

Core

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Type:symfony-bundle

This package is not auto-updated.

Last update: 2024-04-16 14:58:29 UTC


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

  1. Remove those bundles from the main project.
  2. Remove some dependencies from composer.json
  3. Adjust xlabs bundles parameters