Skip to content

The Rabble admin bundle provides the basic framework for working with Rabble.

Notifications You must be signed in to change notification settings

Rabble-Rocks/rabble-admin-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Rabble Admin Bundle

The Rabble admin bundle is the main bundle you need to include for working with the Rabble system. It includes some basic admin features other bundles can hook into, such as searching, a system tray and base Twig templates.

Installation

Install the bundle by running

composer require rabble/admin-bundle

Add the following class to your config/bundles.php file:

return [
    ...
    Rabble\AdminBundle\RabbleAdminBundle::class => ['all' => true],
]

Add the config/packages/rabble_admin.yaml file to your project:

rabble_admin:
  enabled_locales:
    - en
    - fr # These locales will be accessed by other bundles.

About

The Rabble admin bundle provides the basic framework for working with Rabble.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published