PhotoboothProject / photobooth

OpenSource Photobooth Webinterface
https://photoboothproject.github.io
MIT License
307 stars 66 forks source link

task: symfony config loader #696

Closed benjaminkott closed 4 months ago

benjaminkott commented 4 months ago

This patch migrates the current configuration handling to symfony config. This will allow more formats to load config from and ensures validity of data. Instead of having loose types, all configuration is now validated and type safe.

The complete configuration is now defined in: ./src/Service/ConfigurationService.php