victoire/vacuum-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Victoire import bundle for exterior blog

Installs: 141

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 5

Forks: 1

Open Issues: 9

Type:symfony-bundle

1.01 2017-07-13 17:09 UTC

This package is auto-updated.

Last update: 2021-12-21 22:53:33 UTC


README

The VacuumBundle offer an Implementation for the import of external data to populate a new or an existing Victoire Blog.

Installation

Install it with composer:

php composer.phar require victoire/vacuum-bundle

Then add it to your AppKernel:

class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = array(
                ...
                new Victoire\DevTools\VacuumBundle\VictoireVacuumBundle(),
            );

            return $bundles;
        }
    }

Finally update your schema:

php bin/console doctrine:schema:update --force

Import available

Source Format
WordPress XML

Doc

  1. Basic usage
  2. How it Works