|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.gitlab | %!s(int64=6) %!d(string=hai) anos | |
Controller | %!s(int64=6) %!d(string=hai) anos | |
EventListener | %!s(int64=8) %!d(string=hai) anos | |
Form | %!s(int64=8) %!d(string=hai) anos | |
Resources | %!s(int64=6) %!d(string=hai) anos | |
Services | %!s(int64=6) %!d(string=hai) anos | |
keys | %!s(int64=7) %!d(string=hai) anos | |
.drone.yml | %!s(int64=7) %!d(string=hai) anos | |
.gitlab-ci.yml | %!s(int64=5) %!d(string=hai) anos | |
AuditBundle.php | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
composer.json | %!s(int64=7) %!d(string=hai) anos |
Bundle para Auditoría
composer.json:
"repositories": [
{
"type": "vcs",
"url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/AuditBundle.git"
}
],
"require": {
"ik/audit-bundle": "dev-master"
},
app/AppKernel.php:
public function registerBundles()
{
$bundles = [
new AuditBundle\AuditBundle(),
];
.
.
}
app/config/config.yml:
imports:
- { resource: "@AuditBundle/Resources/config/services.yml" }
app/config/routing.yml
audit:
resource: "@AuditBundle/Controller/"
type: annotation
prefix: /
app/config/parameters.yml
Para mostrar el menú Auditoría
parameters:
audit_show_menu: true