<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
turbine-kreuzberg / spryker-deploy-tasks example snippets
$config[KernelConstants::CORE_NAMESPACES] = [
// add 'TurbineKreuzberg' as a core namespace
'TurbineKreuzberg',
];
use TurbineKreuzberg\Zed\DeployTasks\Communication\Console\DeployTasksCreateConsole;
use TurbineKreuzberg\Zed\DeployTasks\Communication\Console\DeployTasksExecuteConsole;
protected function getConsoleCommands(Container $container): array
{
$commands = [
// other registered console plugins ...
new DeployTasksCreateConsole(),
new DeployTasksExecuteConsole(),
];
vendor/bin/console deploy:tasks:create
vendor/bin/console deploy:tasks:execute
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.