Skip to content

Releases: anlutro/laravel-settings

v0.11.2

13 May 08:54
74a743f

Choose a tag to compare

fix: remove trailing comma causing syntax errors

v0.11.1

12 May 14:07
253cc2d

Choose a tag to compare

Merge pull request #141 from ninetyone/patch-2

v0.11.0

05 Mar 14:57
b4df92f

Choose a tag to compare

Supports Laravel 7 thanks to @Mo7sin #134

v0.10.0

28 Jan 10:37
4e18ccd

Choose a tag to compare

Laravel v6 support and only save if changes have occurred.

v0.9.0

03 Oct 13:05
650a92e

Choose a tag to compare

Laravel 6.0 support.

v0.8.3

01 Jul 13:10
851dd68

Choose a tag to compare

Fixes bug where if $key provided to get($key, $default) is an array and default is null it will cause errors.

v0.8.2

24 Jun 12:24
64847e5

Choose a tag to compare

add ability to load default values from config file 'defaults' array……

v0.8.1

29 Mar 18:03

Choose a tag to compare

Fixed a bug in the new migration preventing table name from being fetched correctly in all Laravel versions. #111

v0.8.0

25 Mar 10:36
4428641

Choose a tag to compare

Remove index on setting name and add a unique index.

Thanks to @mo7amed-3bdalla7

v0.7.3

12 Apr 13:20
4516b37

Choose a tag to compare

Merge pull request #98 from IsraelOrtuno/master

Making settings helper return the store