Skip to content

Commit 75662b4

Browse files
authored
add recipe for synolia/sylius-scheduler-command-plugin@v4.0.0 new directory structure (#1788)
1 parent 9422bcd commit 75662b4

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- { resource: "@SynoliaSyliusSchedulerCommandPlugin/config/config.yaml" }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
synolia_scheduled_command:
2+
resource: "@SynoliaSyliusSchedulerCommandPlugin/config/admin_routing.yaml"
3+
prefix: '/%sylius_admin.path_name%'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* <fg=blue>Run</> <fg=green>doctrine:migrations:migrate</> to upgrade database
2+
* <fg=blue>Add Cron</> on <fg=green>synolia:scheduler-run</> to execute scheduled commands

0 commit comments

Comments
 (0)