rabble/user-bundle

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

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

This package is auto-updated.

Last update: 2024-02-29 04:19:45 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],
]