Releases: spatie/laravel-settings
Releases · spatie/laravel-settings
2.1.6
- add support for defining the database connection table
2.1.5
- fix some casting problems
- update php-cs-fixer
2.1.4
2.1.3
- allow spatie/temporary-directory v2
2.1.2
- skip classes with errors when discovering settings
2.1.1
- add better support for nullable types in docblocks
2.1.0
2.0.1
- add support for lumen
2.0.0
- settings classes:
- properties won't be loaded when constructed but when requested
- receive a
SettingsMapper
when constructed - faking settings will now only request non-given properties from the repository
- rewritten
SettingsMapper
from scratch - removed
SettingsPropertyData
andettingsPropertyDataCollection
- changed signatures of
SavingSettings
andLoadingSettings
events - added support for caching settings
- renamed
cache_path
in settings.php todiscovered_settings_cache_path
1.0.8
- fix for properties without defined type