victoire / vacuum-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Victoire import bundle for exterior blog
Package info
github.com/Victoire/VacuumBundle
Type:symfony-bundle
pkg:composer/victoire/vacuum-bundle
1.01
2017-07-13 17:09 UTC
Requires
- php: >=5.5.9
- symfony/framework-bundle: ~2.8|~3.0
- victoire/ckeditor-widget: ^2.0
- victoire/layout-widget: ^2.0
- victoire/text-widget: ^2.0
- victoire/victoire: ~2.2
Requires (Dev)
- phpunit/phpunit: 5.7
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 |