Skip to content

Releases: oriceon/laravel-settings

Allow dbal ^3

22 May 08:16
b1fce2d
Compare
Choose a tag to compare
1.6.2

Update composer.json

1.6.1

01 Mar 14:58
Compare
Choose a tag to compare
  • revert fix from 1.5: array settings were reinitialized when calling the clean method
  • changed the names of tests methods
  • removed Utils class and now use helpers functions
  • code improvments

Allow multi-array as a value

18 Feb 14:28
Compare
Choose a tag to compare
  • Allow multi-array as a value on a new settings creation (do not remove settings on clean method if initial settings has no value on it`s array).

  • code improvments

  • removed laravel array_dot helper and added Arr::dot for future laravel core update

  • fixed tests

added db_connection option

14 Jun 12:03
a217095
Compare
Choose a tag to compare
Merge pull request #8 from mattsandersuk/master

added db_connection option

Laravel 5.6++ support

13 Feb 15:50
e3e02dd
Compare
Choose a tag to compare
1.3

Update composer.json

Laravel 5.5 support

31 Aug 13:22
Compare
Choose a tag to compare
  • Laravel 5.5 support
  • changed json to binary database structure.

Fix clean settings

08 Jul 07:29
Compare
Choose a tag to compare

Do not forget settings that expect array as a value.

Initial Release

24 May 14:30
Compare
Choose a tag to compare