How to change role hierarchy storage in Symfony2?

前端 未结 6 1231
醉话见心
醉话见心 2020-12-22 21:32

In my project I need to store role hierarchy in database and create new roles dynamically. In Symfony2 role hierarchy is stored in security.yml by default. What

6条回答
  •  轮回少年
    2020-12-22 21:44

    I developped a bundle.

    You can find it at https://github.com/Spomky-Labs/RoleHierarchyBundle

提交回复
热议问题