rabble / user-bundle
Adds user and permission management to Rabble, as well as a way to login to the admin panel.
Installs: 177
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- damienharper/auditor-bundle: ^4.2 | ^5.0
- doctrine/orm: ^2.7
- eschmar/time-ago-bundle: ^v2.0.0
- gedmo/doctrine-extensions: ^2.3.4 || ^3.0.0
- rabble/admin-bundle: *
- rabble/datatable-bundle: *
- vich/uploader-bundle: ^1.14
This package is auto-updated.
Last update: 2025-03-29 00:52:15 UTC
README
The Rabble user bundle adds user and permission management to Rabble, as well as a way to login to the admin panel. It is generally a good idea to install this bundle when using Rabble, unless you want to create your own user bundle.
Installation
Install the bundle by running
composer require rabble/user-bundle
Add the following class to your config/bundles.php
file:
return [ ... Rabble\UserBundle\RabbleUserBundle::class => ['all' => true], ]