Skip to content

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

Notifications You must be signed in to change notification settings

Rabble-Rocks/rabble-user-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Rabble User Bundle

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],
]

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published