icanhazstring/foundry-bundle

额外的配置和编译器传递,以避免在使用 zenstruck/foundry 与 symfony 组件时遇到的一些常见问题

安装次数: 5,338

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 1

类型:symfony-bundle

0.3.0 2021-08-26 06:55 UTC

This package is auto-updated.

Last update: 2024-08-26 13:21:45 UTC


README

提供 zenstruck/foundry 以及一些额外的配置和编译器传递。以避免在使用 zenstruck/foundry 与 symfony 组件时遇到的一些常见问题。

安装

$ composer req --dev icanhazstring/foundry-bundle

配置

通过将此捆绑包添加到项目中 config/bundles.php 文件中注册的捆绑包列表中来启用捆绑包

return [
    // ...
    icanhazstring\FoundryBundle\FoundryBundle::class => ['test' => true],
];

建议