Skip to content

Releases: anlutro/laravel-settings

0.7.1

28 Mar 11:55
e035eb5
Compare
Choose a tag to compare
Merge pull request #95 from IsraelOrtuno/master

Add a setting() helper to act as an alias

0.7.0

14 Mar 07:46
4c52bfa
Compare
Choose a tag to compare

Change in migration methods for Laravel 5.0+

0.6.0

08 Nov 20:33
Compare
Choose a tag to compare

#77 Added Laravel 5.5+ auto discovery.

0.5.2

08 Nov 20:32
Compare
Choose a tag to compare

Reverted #77, see #79. Autodiscovery is still available in 0.6.0

0.5.1

06 Nov 08:35
Compare
Choose a tag to compare

Contributions

Version 0.4

03 Jul 12:19
Compare
Choose a tag to compare

Added an in-memory settings store. Useful for testing. Use it by setting driver to memory in the config file.

Version 0.3

14 May 09:35
Compare
Choose a tag to compare
  • Added method forgetAll to remove all saved settings.
  • Fixed inconsistencies in how the database store handles empty arrays.
  • Json store writes {} instead of [] when writing empty data.
  • Removed an unnecessary file_exists check.
  • Fixed PHP 5.3 compatbility.
  • Improved testing infrastructure.