Download the PHP package victoire/vacuum-bundle without Composer
On this page you can find all versions of the php package victoire/vacuum-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vacuum-bundle
VacuumBundle
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
- Basic usage
- How it Works
All versions of vacuum-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
symfony/framework-bundle Version ~2.8|~3.0
victoire/victoire Version ~2.2
victoire/layout-widget Version ^2.0
victoire/ckeditor-widget Version ^2.0
victoire/text-widget Version ^2.0
symfony/framework-bundle Version ~2.8|~3.0
victoire/victoire Version ~2.2
victoire/layout-widget Version ^2.0
victoire/ckeditor-widget Version ^2.0
victoire/text-widget Version ^2.0
The package victoire/vacuum-bundle contains the following files
Loading the files please wait ....