add recipe for synolia/sylius-scheduler-command-plugin@v4.0.0 new directory structure (#1788)

This commit is contained in:
Maxime Pereira-Lima
2025-05-07 08:34:36 +02:00
committed by GitHub
parent 9422bcdda7
commit 75662b4477
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
imports:
- { resource: "@SynoliaSyliusSchedulerCommandPlugin/config/config.yaml" }

View File

@@ -0,0 +1,3 @@
synolia_scheduled_command:
resource: "@SynoliaSyliusSchedulerCommandPlugin/config/admin_routing.yaml"
prefix: '/%sylius_admin.path_name%'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

View File

@@ -0,0 +1,2 @@
* <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