mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"manifests": {
|
|
"synolia/sylius-scheduler-command-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" * <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"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/sylius_scheduler_command.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/config.yaml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/sylius_scheduler_command.yaml": {
|
|
"contents": [
|
|
"synolia_scheduled_command:",
|
|
" resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/admin_routing.yaml\"",
|
|
" prefix: '/%sylius_admin.path_name%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "997e10829c1e187923da93bda2647836541e7f98"
|
|
}
|
|
}
|
|
}
|