Releases: spatie/laravel-settings
Releases · spatie/laravel-settings
3.0.0
- 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
- Remove doctrine as a dependency
2.8.2
- Fix remigration problems with anonymous settings migrations
2.8.1
- 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
- Drop Laravel 8 support
- Drop PHP 8.0 support
- Use spatie/structures-discoverer for finding settings
2.7.0
- 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
- Add current date to the settings migration file (#178)
- Add command to make new settings (#181)
2.6.0
- Add support for caching on repository level
2.5.0
- 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
- Add deleteIfExists() method to migrator (#154)