victoire / vacuum-bundle
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
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 |