add zenstruck/foundry

This commit is contained in:
Kevin Bond
2021-03-12 08:38:28 -05:00
parent e488bb4f14
commit 8e926b999f
4 changed files with 25 additions and 0 deletions
@@ -0,0 +1,4 @@
# See full configuration: https://github.com/zenstruck/foundry#full-default-bundle-configuration
zenstruck_foundry:
# Whether to auto-refresh proxies by default (https://github.com/zenstruck/foundry#auto-refresh)
auto_refresh_proxies: true
@@ -0,0 +1,5 @@
# Unless you want different configuration for test/dev environments,
# add configuration to config/packages/dev/zenstruck_foundry.yml
# and this will be synced to your test environment.
imports:
- { resource: ../dev/zenstruck_foundry.yaml }
+8
View File
@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": {
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
}
}
+8
View File
@@ -0,0 +1,8 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* You're ready to use zenstruck/foundry. Create your first factory with
<info>bin/console make:factory</>.
* <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/foundry#foundry</>