Releases: glorand/laravel-model-settings
Releases · glorand/laravel-model-settings
4.2.0
- Refactor the work with default settings (flatten arrays)
V4.0.2
Setup connection of the model in HasSettingsTableTrait (#76)
V4.0.0
- Add support for Laravel 8
- Drop support for Laravel 5.8 and lower
- Drop support for PHP 7.1 and lower
V3.7.0
FIX: HasSettingsField now adheres to $connection override on model
V3.6.6
default configs for a table in model_settings.php config file
V3.6.5
- code refactor
- use Cache facade instead of cache() helper function