lsoft/extra-bundle

Lsoft 对 Avro extra Bundle 的分支

此软件包的官方仓库似乎已消失,因此软件包已被冻结。

安装: 999

依赖: 0

建议者: 0

安全: 0

类型:symfony-bundle

1.0.3 2019-04-22 07:08 UTC

This package is auto-updated.

Last update: 2022-11-20 00:02:56 UTC


README

安装

Avro 命名空间添加到您的自动加载器

// app/autoload.php

$loader->registerNamespaces(array(
    // ...
    'Avro' => __DIR__.'/../vendor/bundles',
));

在内核中启用此插件

// app/AppKernel.php

    new Avro\ExtraBundle\AvroExtraBundle
[AvroExtraBundle]
    git=git://github.com/Avro/ExtraBundle.git
    target=bundles/Avro/ExtraBundle

现在,运行 vendors 脚本来下载此插件

$ php bin/vendors install