Skip to content

Releases: bavix/laravel-settings

1.1.0

31 Aug 10:11
1c3ce52
Compare
Choose a tag to compare

Add support laravel 8.0

1.0.2

14 Mar 06:34
db609b3
Compare
Choose a tag to compare

Add support laravel 7.0

1.0.1

20 Jan 18:57
b3c2b6d
Compare
Choose a tag to compare

Fixed

1.0.0

01 Aug 10:18
c081848
Compare
Choose a tag to compare

Added

  • HasSettings - Contains attitude and nothing more. Simple and easy.
  • HasSetSettings - The trait for quick settings recording is needed to reduce the amount of your code.
  • HasGetSettings - Trait for quickly getting settings by type.
  • ReadableService - Service for reading settings from the model. Needed for quick inheritance, makes the code cleaner and more readable.
  • WritableService - Service record settings for the model.
  • SettingService - Working with the settings model.
  • Unit-cases.