schafferer/article-extensions-bundle

add customized pkgarticle extensions

1.1.33 2017-02-01 08:48 UTC

README

This bundle includes all article extensions made in any schafferer project.

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require "schafferer/article-extensions-bundle": "master",

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation. Be sure to adjust the version information "~6.0" to the actual version you need.

Step 2: Enable the Bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:

<?php
// app/AppKernel.php

// ...

public function registerBundles()
{
    $bundles = array(
        // ...
        new \Schafferer\ArticleExtensionsBundle\SchaffererArticleExtensionsBundle(),
    );
}

Step 3: Module Extensions
-------------------------

Table or virtual class extensions will be automatically done by the updates in this bundle.
Some module extensions have to be done manually. These modules are:

MTPkgArticleModuleTeaser -> MTSchaffererCustomArticleTeaser
MTPkgArticle -> MTSchaffererPkgArticle
MTTwPkgArticle_CategoryDetails -> MTSchaffererPkgArticle_CategoryDetailsCore