ryzhov/fixtures-bundle

此包已被弃用且不再维护。未建议替代包。

symfony 框架的 FixturesBundle

安装: 58

依赖者: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master / 1.1.x-dev 2018-09-21 10:11 UTC

This package is not auto-updated.

Last update: 2020-08-21 20:52:49 UTC


README

FixturesBundle 提供从 yml 或 csv 文件加载固定数据的实用服务

许可证

此包基于 MIT 许可协议 发布

安装

使用 composer 安装此包及其依赖项

$ composer require ryzhov/fixtures-bundle

注册此包

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        new Ryzhov\Bundle\FixturesBundle(),
    );
}

用法