CraueConfigBundle icon indicating copy to clipboard operation
CraueConfigBundle copied to clipboard

Database-stored settings made available via a service for your Symfony project.

Results 16 CraueConfigBundle issues
Sort by recently updated
recently updated
newest added

Doctrine doesn't recognite the changes with Symfony 3.4.6, so cannot change the value's type to text, like described in [here](https://github.com/craue/CraueConfigBundle#using-a-custom-entity-for-settings]).

Hi, The configuration for using DoctrineCacheBundle seem to be for an older version of Symfony, please can you explain how to implement this in a Symfony 4 project? ``` #...

Hi, Great bundle, just a small issue when using Redis for caching. The key for an element is not the same on update : 1) "[tags_excluded_football][133]" 2) "[tags_excluded_football][1]" 3) "[tags_excluded_football][81]"...

I'm enabling caching using `DoctrineCacheBundle` and a custom entity where settings are stored. This entity is also being managed from a basic web backend with easy admin bundle. When a...

Is it possible to insert system variables / names / in a dynamic way if settings table is empty ? Now we can only to update their values.

Hello, This bundle allows creating a custom entity for settings which makes it possible to override data type. However, it does not seem possible to use more than one data...

discussion

Hi, thanks, this is a good bundle, however is "poor" in the sense that lacks some mandatory (IMHO) features like: - initial settings - settings validation - defaults for missing...

Hello, Is it possible to customize how settings are rendered? Specifically, I'd like to render some of the settings as plain text fields, while others as ckeditor fields. As far...

Hello, I'm looking for a bit of help integrating a custom form schema. I'm trying to switch over from [SyliusSettingsBundle](https://github.com/Sylius/SyliusSettingsBundle) to CraueConfigBundle because Sylius doesn't support Symfony4. The settings fields...

I am not sure if maybe it is me doing something wrong but I have the DoctrineCacheBundleAdapter setup and so far it is working like a charm. However, what happens...