|
před 7 roky | |
---|---|---|
DependencyInjection | před 7 roky | |
Resources | před 7 roky | |
Security | před 7 roky | |
Services | před 7 roky | |
Utils | před 7 roky | |
AuthBundle.php | před 7 roky | |
README.md | před 7 roky | |
composer.json | před 7 roky |
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" }