mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for merceslab/spreadsheet-client-bundle
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
merces_lab_spreadsheet_client:
|
||||
google:
|
||||
credentials: '%env(GOOGLE_CREDENTIALS)%'
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"MercesLab\\Bundle\\SpreadsheetClientBundle\\MercesLabSpreadsheetClientBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_CREDENTIALS": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> MercesLab SpreadsheetClientBundle </>
|
||||
<bg=blue;fg=white> </>
|
||||
* <fg=blue>Read</> the documentation at <comment>https://github.com/MercesLyon/spreadsheet-client-bundle</>
|
||||
* <fg=blue>Configure</> using the <comment>GOOGLE_CREDENTIALS</> env variable and in the <comment>config/packages/merces_lab_spreadsheet_client.yaml</> configuration file
|
||||
Reference in New Issue
Block a user