rabble / admin-bundle
The Rabble admin bundle provides the basic framework for working with Rabble.
Installs: 170
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:SCSS
Type:symfony-bundle
Requires
- php: ^8.0
- friendsofsymfony/jsrouting-bundle: ^3.2
- knplabs/knp-menu-bundle: ^3.0
- liip/imagine-bundle: ^2.3
- sensio/framework-extra-bundle: ^6.1
- symfony/framework-bundle: ^3.4 | ^4.4 | ^5.0 | ^6.0
- symfony/twig-bundle: ^3.4 | ^4.0 | ^5.0 | ^6.0
Requires (Dev)
- symfony/console: ^3.4 | ^4.4 | ^5.0 | ^6.0
This package is auto-updated.
Last update: 2025-03-29 00:52:20 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.