rabble/admin-bundle

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

Installs: 158

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:SCSS

Type:symfony-bundle

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

This package is auto-updated.

Last update: 2024-03-29 04:33:16 UTC


README

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.