|
il y a 5 ans | |
---|---|---|
.gitlab | il y a 6 ans | |
Admin | il y a 6 ans | |
Command | il y a 6 ans | |
Controller | il y a 6 ans | |
Entity | il y a 6 ans | |
Event | il y a 6 ans | |
EventListener | il y a 6 ans | |
Interfaces | il y a 6 ans | |
Repository | il y a 6 ans | |
Resources | il y a 6 ans | |
Services | il y a 6 ans | |
Twig | il y a 7 ans | |
Utils | il y a 5 ans | |
Validator | il y a 8 ans | |
keys | il y a 7 ans | |
.drone.yml | il y a 7 ans | |
.gitlab-ci.yml | il y a 5 ans | |
README.md | il y a 8 ans | |
WorkflowBundle.php | il y a 8 ans | |
composer.json | il y a 7 ans |
composer.json:
"repositories": [
{
"type": "vcs",
"url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle.git"
}
],
"require": {
"ik/workflow-bundle": "dev-master"
},
app/AppKernel.php:
public function registerBundles()
{
$bundles = [
new WorkflowBundle\WorkflowBundle(),
];
.
.
}
app/config/config.yml:
imports:
- { resource: workflow.yml }
- { resource: "../Resources/workflows/workflow_list.yml", ignore_errors: true }
- { resource: "@WorkflowBundle/Resources/config/services.yml" }
app/config/routing.yml:
workflow:
resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
prefix: /