Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Releases: DarkGhostHunter/Laraconfig

Fixes migrations

28 Jul 18:07
8695a09
Compare
Choose a tag to compare

What fixes?

  • Migrations statements where not executed correctly. #16

Fixes sample file

25 Jul 00:58
b427aeb
Compare
Choose a tag to compare

What fixes?

  • The settings/users.php file contents was fixed. #13

Fixes OutputStyle instance and sample publishing

23 Jul 23:51
638bf56
Compare
Choose a tag to compare

What fixes?

  • Sample file was not published correctly. #11
  • OutputStyle was not shared across migrator pipes. #11

Fixed wrong provider class path

23 Jul 03:50
2bc5069
Compare
Choose a tag to compare

What's fixed?

  • Automatic provider discovery fixed. (don't tell anyone!)

Fixes migration publishing

22 Jul 06:01
c9684a1
Compare
Choose a tag to compare

What fixes?

  • Migrations where incorrectly published, or not if there were already published. #8

Enhanced `whereConfig`

20 Jul 05:19
b9c4a53
Compare
Choose a tag to compare

What's new?

  • Added orWhereConfig().
  • Enhanced whereConfig(), as it now supports operators: User::whereConfig('joysticks', '>', 5)->first().

Minor fixes and typos

20 Jul 03:04
4596ec1
Compare
Choose a tag to compare
Merge pull request #6 from DarkGhostHunter/master

Minor fixes and typos

Better filtering scopes, auto-delete

19 Jul 07:33
6c79c61
Compare
Choose a tag to compare

What's added?

  • Added the FilterBags global scope to filter settings set by the model. Can be disabled.
  • Added a callback to remove child settings before the model is deleted from the database.

Minor optimizations and comments.

18 Jul 23:45
0a8c3f8
Compare
Choose a tag to compare

Nothing to read about.

Easier brainded syntax

18 Jul 20:17
6da6be6
Compare
Choose a tag to compare

What's changed?

  • Added direct set/get for settings values using their names: $value = $user->settings->color; $user->settings->color = 'red';

What's fixed?

  • The set() method on the settings now gives a better error description when the setting name isn't found.