Releases: anlutro/laravel-settings
Releases · anlutro/laravel-settings
v0.11.2
fix: remove trailing comma causing syntax errors
v0.11.1
Merge pull request #141 from ninetyone/patch-2
v0.10.0
Laravel v6 support and only save if changes have occurred.
v0.8.3
Fixes bug where if $key
provided to get($key, $default)
is an array and default is null
it will cause errors.
v0.8.2
add ability to load default values from config file 'defaults' array……
v0.8.1
Fixed a bug in the new migration preventing table name from being fetched correctly in all Laravel versions. #111
v0.7.3
Merge pull request #98 from IsraelOrtuno/master
Making settings helper return the store