Skip to content

Releases: spatie/laravel-settings

2.8.1

02 Mar 08:33
8334892

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

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

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

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

Choose a tag to compare

  • Add support for caching on repository level

2.5.0

10 Nov 09:29

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

Choose a tag to compare

  • Add deleteIfExists() method to migrator (#154)

2.4.4

07 Sep 15:15

Choose a tag to compare

  • cache encrypted settings

Please, be sure to clear your cache since settings classes with encrypted properties will crash due to the cached versions missing a proper encrypted version of the property. Clearing and caching again after installing this version resolves this problem and is something you probably should always do when deploying to production!

2.4.3

10 Aug 15:40
9568c61

Choose a tag to compare

  • add rollback to migration

2.4.2

17 Jun 07:53
a182861

Choose a tag to compare

  • use Facade imports instead of aliases (#132)