|
há 7 anos atrás | |
---|---|---|
DependencyInjection | há 7 anos atrás | |
Resources | há 7 anos atrás | |
Security | há 7 anos atrás | |
Services | há 7 anos atrás | |
Utils | há 7 anos atrás | |
AuthBundle.php | há 7 anos atrás | |
README.md | há 7 anos atrás | |
composer.json | há 7 anos atrás |
composer.json:
"repositories": [
{
"type": "vcs",
"url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/AuthBundle.git"
}
],
"require": {
"ik/auth-bundle": "dev-master"
},
app/AppKernel.php:
public function registerBundles()
{
$bundles = [
new AuthBundle\AuthBundle(),
];
.
.
}
app/config/config.yml:
imports:
- { resource: "@AuthBundle/Resources/config/services.yml" }