inicio projeto
parents
Showing
+2392 -0
.gitignore
0 → 100644
Controller/DefaultController.php
0 → 100644
Form/TransferirType.php
0 → 100644
LICENSE
0 → 100644
NovosgaMonitorBundle.php
0 → 100644
README.md
0 → 100644
Resources/config/services.yml
0 → 100644
Resources/public/css/style.css
0 → 100644
Resources/public/js/script.js
0 → 100644
Resources/public/js/sweetalert.min.js
0 → 100644
This diff is collapsed.
Resources/views/base.html.twig
0 → 100644
Resources/views/default/index.html.twig
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "macatendimento/monitor-bundle", | ||
"license": "MIT", | ||
"type": "novosga-module", | ||
"autoload": { | ||
"psr-4": { "Novosga\\MonitorBundle\\": "" } | ||
}, | ||
"require": { | ||
"php": "^7.1.3", | ||
"macatendimento/core": "dev-master" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
Please register or sign in to comment