mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #946
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
ckrack_optimus:
|
||||
# Set options, as documented at https://github.com/jenssegers/optimus#usage
|
||||
prime: "%env(int:OPTIMUS_PRIME)%"
|
||||
inverse: "%env(int:OPTIMUS_INVERSE)%"
|
||||
random: "%env(int:OPTIMUS_RANDOM)%"
|
||||
|
||||
# if set to true, param converter will continue with the next available param converters
|
||||
passthrough: true
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Ckrack\\OptimusBundle\\CkrackOptimusBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Replace these env vars with the output of `php vendor/bin/optimus spark -f env`",
|
||||
"OPTIMUS_PRIME": "3",
|
||||
"OPTIMUS_INVERSE": "715827883",
|
||||
"OPTIMUS_RANDOM": "1592469642"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> Next: OptimusBundle Configuration </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* Generate your spark numbers by running <fg=green>php vendor/bin/optimus spark -f env</>
|
||||
and configure them in your <fg=green>.env</>
|
||||
|
||||
Optimus Documentation: https://github.com/jenssegers/optimus
|
||||
Bundle Documentation: https://github.com/ckrack/optimus-bundle
|
||||
|
||||
Reference in New Issue
Block a user