settings-bundle
settings-bundle copied to clipboard
A bundle to easily create typesafe, user-configurable settings for symfony applications
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...