Skip to content

Releases: spatie/laravel-settings

3.0.0

28 Apr 07:46
Compare
Choose a tag to compare
  • Allow repositories to update multiple settings at once (#213 )
  • The default location where searching for settings happens is now app_path('Settings') instead of app_path()
  • The default discovered_settings_cache_path is changed

2.8.3

30 Mar 12:49
9193603
Compare
Choose a tag to compare
  • Remove doctrine as a dependency

2.8.2

10 Mar 09:31
Compare
Choose a tag to compare
  • Fix remigration problems with anonymous settings migrations

2.8.1

02 Mar 08:33
8334892
Compare
Choose a tag to compare
  • Show message and target path after setting migration created (#203)
  • Follow Laravel's namespace convention in MakeSettingCommand (#200)
  • Update MakeSettingsMigrationCommand.php (#205)
  • Revert "Add support for structure discoverer"( #207)

2.8.0

10 Feb 14:37
e594ac0
Compare
Choose a tag to compare
  • Drop Laravel 8 support
  • Drop PHP 8.0 support
  • Use spatie/structures-discoverer for finding settings

2.7.0

01 Feb 12:38
de44cab
Compare
Choose a tag to compare
  • Add Laravel 10 Support (#192)
  • Update make:settings migration class as anonymous class (#189)
  • Use correct namespace in make:settings command (#190)

2.6.1

06 Jan 09:10
Compare
Choose a tag to compare
  • Add current date to the settings migration file (#178)
  • Add command to make new settings (#181)

2.6.0

24 Nov 10:28
62009ff
Compare
Choose a tag to compare
  • Add support for caching on repository level

2.5.0

10 Nov 09:29
Compare
Choose a tag to compare
  • Remove deprecated package
  • Add laravel data cast
  • Add support for PHP 8.2
  • Remove PHP 7.4 support
  • Remove dto cast from default config

2.4.5

28 Sep 14:10
f16a8d2
Compare
Choose a tag to compare
  • Add deleteIfExists() method to migrator (#154)