mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
add zenstruck/foundry
This commit is contained in:
@@ -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 }
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"bundles": {
|
||||
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": ["dev", "test"]
|
||||
}
|
||||
}
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user