|
7 gadi atpakaļ | |
---|---|---|
DependencyInjection | 7 gadi atpakaļ | |
Resources | 7 gadi atpakaļ | |
Security | 7 gadi atpakaļ | |
Services | 7 gadi atpakaļ | |
Utils | 7 gadi atpakaļ | |
AuthBundle.php | 7 gadi atpakaļ | |
README.md | 7 gadi atpakaļ | |
composer.json | 7 gadi atpakaļ |
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" }