Skip to content

Basic app settings bundle for Sulu CMS that provides a simple framework and admin UI integration for managing global application settings stored in Sulu.

License

Notifications You must be signed in to change notification settings

manuxi/SuluAppSettingsBasicBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuluAppSettingsBasicBundle!

License: MIT GitHub license

I made this bundle to have the possibility to manage some basic settings in my projects.

image

This bundle contains

  • Possibility to modify settings for
  • language switcher
  • search configuration

Please feel comfortable submitting feature requests. This bundle is still in development. Use at own risk 🤞🏻

👩🏻‍🏭 Installation

Install the package with:

composer require manuxi/sulu-app-settings-basic-bundle

If you're not using Symfony Flex, you'll also need to add the bundle in your config/bundles.php file:

return [
    //...
    Manuxi\SuluAppSettingsBasicBundle\SuluAppSettingsBasicBundle::class => ['all' => true],
];

Please add the following to your routes_admin.yaml:

SuluTestimonialsBundle:
    resource: '@SuluAppSettingsBasicBundle/Resources/config/routes_admin.yml'

Last but not least the schema of the database needs to be updated.

Some tables will be created.

See the needed queries with

php bin/console doctrine:schema:update --dump-sql

Update the schema by executing

php bin/console doctrine:schema:update --force

Make sure you only process the bundles schema updates!

🎣 Usage

First: Grant permissions for app_settings_basic. After reload you should see the settings item in the navigation.

🧶 Configuration

There exists no configuration.

About

Basic app settings bundle for Sulu CMS that provides a simple framework and admin UI integration for managing global application settings stored in Sulu.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages