Releases: spatie/laravel-settings
Releases · spatie/laravel-settings
2.0.1
- add support for lumen
2.0.0
- settings classes:
- properties won't be loaded when constructed but when requested
- receive a
SettingsMapperwhen constructed - faking settings will now only request non-given properties from the repository
- rewritten
SettingsMapperfrom scratch - removed
SettingsPropertyDataandettingsPropertyDataCollection - changed signatures of
SavingSettingsandLoadingSettingsevents - added support for caching settings
- renamed
cache_pathin settings.php todiscovered_settings_cache_path
1.0.8
- fix for properties without defined type
1.0.7
1.0.6
- add support for restoring settings after a Laravel schema:dump
1.0.5
- bump the
doctrine/dbaldependency
1.0.4
- add support for getting the locked settings
1.0.3
- add PHP 8 support