mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Merge pull request #766
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
imper86_allegro_api:
|
||||
sandbox: true
|
||||
@@ -0,0 +1,2 @@
|
||||
imper86_allegro_api:
|
||||
resource: '@Imper86AllegroApiBundle/Resources/config/routes.xml'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Imper86\\AllegroApiBundle\\Imper86AllegroApiBundle": ["all"]
|
||||
},
|
||||
"env": {
|
||||
"ALLEGRO_CLIENT_ID": "your_client_id",
|
||||
"ALLEGRO_CLIENT_SECRET": "your_client_secret"
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<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
|
||||
@@ -0,0 +1,2 @@
|
||||
imper86_supervisor:
|
||||
instances: []
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Imper86\\SupervisorBundle\\Imper86SupervisorBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> Supervisor bundle - next steps</>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Configure</> instances in <comment>imper86_supervisor.yaml</> in your <comment>config/packages</> directory
|
||||
* <fg=blue>Create supervisor config</> with command <comment>./bin/console i86:supervisor:rebuild</>
|
||||
Reference in New Issue
Block a user