rabble/user-bundle

Adds user and permission management to Rabble, as well as a way to login to the admin panel.

Maintainers

Package info

github.com/Rabble-Rocks/rabble-user-bundle

Homepage

Type:symfony-bundle

pkg:composer/rabble/user-bundle

Statistics

Installs: 180

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

dev-master / 1.0.x-dev 2022-10-01 14:46 UTC

This package is auto-updated.

Last update: 2026-03-01 00:57:12 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],
]