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

pkg:composer/rabble/user-bundle

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

This package is auto-updated.

Last update: 2025-09-29 02:43:54 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],
]