Files
symfony-flex-recipes-contrib/archived/imper86.allegro-api-bundle/c49cb29663e12c99911ef24b71f5f2bf2cd02aef.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

51 lines
2.3 KiB
JSON

{
"manifests": {
"imper86/allegro-api-bundle": {
"manifest": {
"bundles": {
"Imper86\\AllegroApiBundle\\Imper86AllegroApiBundle": [
"all"
]
},
"env": {
"ALLEGRO_CLIENT_ID": "your_client_id",
"ALLEGRO_CLIENT_SECRET": "your_client_secret"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Allegro API - next steps</>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Register your application</> by visiting <comment>https://apps.developer.allegro.pl/</> or <comment>https://apps.developer.allegro.pl.allegrosandbox.pl/</>",
" * <fg=blue>Edit .env.local</> with your client id and client secret",
" * <fg=blue>Configure</> bundle - <comment>imper86_allegro_api.yaml</> in your <comment>config/packages</> directory",
" * <fg=blue>Do make:migration or doctrine:schema:update</> for bundle's entities",
" * <fg=blue>Start using</> visiting <comment>/allegro-api/start</> - this route will prepare allegro authorization url and will redirect you to allegro login page"
]
},
"files": {
"config/packages/imper86_allegro_api.yaml": {
"contents": [
"imper86_allegro_api:",
" sandbox: true",
""
],
"executable": false
},
"config/routes/imper86_allegro_api.yaml": {
"contents": [
"imper86_allegro_api:",
" resource: '@Imper86AllegroApiBundle/Resources/config/routes.xml'",
""
],
"executable": false
}
},
"ref": "c49cb29663e12c99911ef24b71f5f2bf2cd02aef"
}
}
}