Skip to content

Commit 8e926b9

Browse files
committed
add zenstruck/foundry
1 parent e488bb4 commit 8e926b9

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# See full configuration: https://github.com/zenstruck/foundry#full-default-bundle-configuration
2+
zenstruck_foundry:
3+
# Whether to auto-refresh proxies by default (https://github.com/zenstruck/foundry#auto-refresh)
4+
auto_refresh_proxies: true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Unless you want different configuration for test/dev environments,
2+
# add configuration to config/packages/dev/zenstruck_foundry.yml
3+
# and this will be synced to your test environment.
4+
imports:
5+
- { resource: ../dev/zenstruck_foundry.yaml }

zenstruck/foundry/1.9/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/"
4+
},
5+
"bundles": {
6+
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> What's next? </>
3+
<bg=blue;fg=white> </>
4+
5+
* You're ready to use zenstruck/foundry. Create your first factory with
6+
<info>bin/console make:factory</>.
7+
8+
* <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/foundry#foundry</>

0 commit comments

Comments
 (0)