update for Synolia SyliusSchedulerCommandPlugin v2

This commit is contained in:
Olivier ALLAIN
2021-04-16 17:24:36 +02:00
parent c990d5004b
commit 3e2ff99b17
4 changed files with 19 additions and 0 deletions
@@ -0,0 +1,2 @@
imports:
- { resource: "@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml" }
@@ -0,0 +1,3 @@
synolia_scheduled_command:
resource: "@SynoliaSyliusSchedulerCommandPlugin/Resources/config/admin_routing.yaml"
prefix: '/%sylius_admin.path_name%'
@@ -0,0 +1,8 @@
{
"bundles": {
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Synolia SyliusSchedulerCommandPlugin </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> <fg=green>doctrine:migrations:migrate</> to upgrade database
* <fg=blue>Add Cron</> on <fg=green>synolia:scheduler-run</> to execute scheduled commands