Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Settings Management Bundle Laravel Package

brazilianfriendsofsymfony/settings-management-bundle

Symfony2 bundle for managing application settings via an admin UI. Installable with Composer, adds routing and security roles (admin/super admin). Requires jQuery, RequireJS, and CKEditor for the interface.

View on GitHub
Deep Wiki
Context7

BFOSSettingsManagementBundle

Symfony2 bundle to easily manage your application settings.

Requirements

- jQuery
- RequireJS
- ckEditor

Installing

Install from composer for symfony 2.1

Add BFOSSettingsManagementBundle in your composer.json:

{
    "require": {
        "brazilianfriendsofsymfony/settings-management-bundle": "dev-master"
    }
}

Register BFOSSettingsManagementBundle into your application kernel

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...,
       new BFOS\SettingsManagementBundle\BFOSSettingsManagementBundle()
        // ...,
    );

    //..
    return $bundles;
}

** Import the routes in app/config/routing.yml **

bfos_settings_management:
    resource: "@BFOSSettingsManagementBundle/Resources/config/routing.yml"

Configuration

bfos_settings_management:
    security:
        admin_role: ROLE_ADMIN
        super_admin_role: ROLE_SUPER_ADMIN
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui