|
|
8 年之前 | |
|---|---|---|
| Admin | 8 年之前 | |
| Command | 8 年之前 | |
| Controller | 8 年之前 | |
| Entity | 8 年之前 | |
| Event | 8 年之前 | |
| EventListener | 8 年之前 | |
| Repository | 8 年之前 | |
| Resources | 8 年之前 | |
| Services | 8 年之前 | |
| Twig | 8 年之前 | |
| Utils | 8 年之前 | |
| Validator | 8 年之前 | |
| README.md | 8 年之前 | |
| WorkflowBundle.php | 8 年之前 | |
| composer.json | 8 年之前 |
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: /