Skip to content

Releases: spatie/laravel-settings

2.0.1

05 Mar 08:09

Choose a tag to compare

  • add support for lumen

2.0.0

03 Mar 15:37
6f1c188

Choose a tag to compare

  • 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 and ettingsPropertyDataCollection
  • changed signatures of SavingSettings and LoadingSettings events
  • added support for caching settings
  • renamed cache_path in settings.php to discovered_settings_cache_path

1.0.8

03 Mar 13:46
8ec4bcc

Choose a tag to compare

  • fix for properties without defined type

1.0.7

19 Feb 11:07
aab5816

Choose a tag to compare

  • fix correct 'Event' facade (#30)

1.0.6

05 Feb 14:11

Choose a tag to compare

  • add support for restoring settings after a Laravel schema:dump

1.0.5

29 Jan 08:21

Choose a tag to compare

  • bump the doctrine/dbal dependency

1.0.4

08 Jan 08:54

Choose a tag to compare

  • add support for getting the locked settings

1.0.3

26 Nov 10:34
06373c9

Choose a tag to compare

  • add PHP 8 support

1.0.2

26 Nov 08:09
c775f9d

Choose a tag to compare

  • fix package namespace within migrations (#9)

1.0.1

18 Nov 15:57
5a13b79

Choose a tag to compare

  • fix config file tag (#4)
  • fix database migration path exists (#7)