modera/backend-security-bundle
Bundle provides UI section for MF that makes it possible to manage users/groups/permissions.
Maintainers
Package info
github.com/modera/ModeraBackendSecurityBundle
Language:JavaScript
Type:symfony-bundle
pkg:composer/modera/backend-security-bundle
Requires
- php: >=7.4
- modera/activity-logger-bundle: ^5.0
- modera/backend-languages-bundle: ^5.0
- modera/backend-tools-bundle: ^5.0
- modera/mjr-integration-bundle: ^5.0
- modera/security-bundle: ^5.0
- modera/server-crud-bundle: ^5.0
- modera/translations-bundle: ^5.0
Requires (Dev)
- modera/foundation-bundle: ^5.0
- phake/phake: ^4.0
- phpunit/phpunit: ^6.5
- symfony/mailer: ^5.4|^6.0
Suggests
- symfony/mailer: ^5.4|^6.0
Provides
None
Conflicts
- symfony/mailer: <5.4
Replaces
None
MIT 04fdcb6a0a7d6b044d5e6008ba76d08180e177c0
- Sergei Vizel <sergei.vizel.woop@modera.org>
- Sergei Lissovski <sergei.lissovski.woop@modera.org>
README
Bundle provides UI section for MF that makes it possible to manage users/groups/permissions.
Installation
Step 1: Download the Bundle
composer require modera/backend-security-bundle:5.x-dev
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
This bundle should be automatically enabled by Flex.
In case you don't use Flex, you'll need to manually enable the bundle by
adding the following line in the config/bundles.php file of your project:
<?php // config/bundles.php return [ // ... Modera\BackendSecurityBundle\ModeraBackendSecurityBundle::class => ['all' => true], ];
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE
