Merge pull request #355

This commit is contained in:
symfony-flex-server[bot]
2018-06-22 16:23:50 +00:00
committed by GitHub
3 changed files with 26 additions and 0 deletions
@@ -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: ~
+8
View File
@@ -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/</>