nitra/e-commerce-admin-authbundle

该软件包已被废弃,不再维护。未建议替代软件包。

authbundle 软件包

维护者

详细信息

bitbucket.org/nitra/nep-admin-auth

安装: 23

依赖者: 0

建议者: 0

安全: 0

类型:symfony-bundle

dev-master 2014-08-21 16:26 UTC

This package is not auto-updated.

Last update: 2018-05-06 20:32:11 UTC


README

路由

# app/config/routing.yml

NitraAuthBundle:
    resource:       "@NitraAuthBundle/Resources/config/routing.yml"
    prefix:         /{_locale}/
    defaults:
        _locale:    ru
    requirements:
        _locale:    en|ru

AppKernel

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Nitra\AuthBundle\NitraAuthBundle(),
        // ...
    );
}

菜单

# app/config/menu.yml

millwright_menu:
    items: #menu items
        authSettings:
            translateDomain: 'menu'
            route: NitraAuthBundle
    tree: #menu containers
        main: #main container
            type: navigation # menu type id
            children:
                authSettings: ~