胜利/真空包

此包已被放弃,不再维护。未建议替代包。

Victoire导入包用于外部博客

安装: 141

依赖: 0

建议者: 0

安全: 0

星级: 7

关注者: 5

分支: 1

开放问题: 9

类型: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

真空包提供了一种实现导入外部数据以填充新或现有Victoire博客的方法。

安装

使用Composer安装

php composer.phar require victoire/vacuum-bundle

然后将其添加到您的AppKernel

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

            return $bundles;
        }
    }

最后更新您的模式

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

可用导入

源代码 格式
WordPress XML

文档

  1. 基本用法
  2. 工作原理