Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions zenstruck/foundry/1.9/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": {
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
}
}
8 changes: 8 additions & 0 deletions zenstruck/foundry/1.9/post-install.txt
Original file line number Diff line number Diff line change
@@ -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</>