Skip to content

Releases: anlutro/laravel-settings

v0.11.1

12 May 14:07
253cc2d
Compare
Choose a tag to compare
Merge pull request #141 from ninetyone/patch-2

v0.11.0

05 Mar 14:57
b4df92f
Compare
Choose a tag to compare

Supports Laravel 7 thanks to @Mo7sin #134

v0.10.0

28 Jan 10:37
4e18ccd
Compare
Choose a tag to compare

Laravel v6 support and only save if changes have occurred.

v0.9.0

03 Oct 13:05
650a92e
Compare
Choose a tag to compare

Laravel 6.0 support.

v0.8.3

01 Jul 13:10
851dd68
Compare
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
Compare
Choose a tag to compare
add ability to load default values from config file 'defaults' array……

… (#113)

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

v0.8.1

29 Mar 18:03
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #98 from IsraelOrtuno/master

Making settings helper return the store

0.7.2

28 Mar 12:04
f196276
Compare
Choose a tag to compare

Bugfix #96