settings-bundle icon indicating copy to clipboard operation
settings-bundle copied to clipboard

A bundle to easily create typesafe, user-configurable settings for symfony applications

Results 5 settings-bundle issues
Sort by recently updated
recently updated
newest added

Is there a demo repo for this bundle? I'd love to see it in action, without having to create the Settings classes and such. Thanks.

To use the `ORMStorageAdapter`, I created an entity `SettingsORMEntry` externding `AbstractSettingsORMEntry` declaring a property `id` as descibed in the documentation. When I run the console command doctrine:schema:update --force, the new...

When I am using the combination of orm_storage adapter + symfony/doctrine-messenger, an Integrity constraint violation error occurs during the second save action. Removing the cache usage in the ORMStorageAdapter.php file...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions