mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
add synolia/sylius-scheduler-command-plugin
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
imports:
|
||||
- { resource: "@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml" }
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
synolia_scheduled_command:
|
||||
resource: "@SynoliaSyliusSchedulerCommandPlugin/Resources/config/admin_routing.yaml"
|
||||
prefix: /admin
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"copy-from-package": {
|
||||
"src/Migrations/": "%SRC_DIR%/Migrations/"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user