mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Merge pull request #355
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
sapient:
|
||||
# By default, bundle does nothing without initial configuration.
|
||||
# Run command sapient:configure to get initial configuration.
|
||||
# See http://sapient-bundle.readthedocs.io/en/latest/installation.html
|
||||
guzzle_middleware:
|
||||
unseal: false
|
||||
verify: false
|
||||
sealing_public_keys: ~
|
||||
verifying_public_keys: ~
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"bundles": {
|
||||
"lepiaf\\SapientBundle\\SapientBundle": ["all"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> Next: SapientBundle Configuration </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* Bundle is installed but it require a configuration.
|
||||
Run command <fg=green>bin/console sapient:configure</>.
|
||||
Then, copy output of command and paste it in <fg=green>config/packages/sapient.yaml</>
|
||||
|
||||
* <fg=blue>Read</> the documentation at <comment>http://sapient-bundle.readthedocs.io/en/latest/</>
|
||||
Reference in New Issue
Block a user