Skip to content

Tags: robbielove/laravel-settings

Tags

v0.8.1

Toggle v0.8.1's commit message
Fixed bug in AddUniqueToKeyColumnInSettingsTable (anlutro#111)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request anlutro#110 from mo7amed-3bdalla7/master

add unique constraint to key column

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request anlutro#98 from IsraelOrtuno/master

Making settings helper return the store

0.7.2

Toggle 0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request anlutro#96 from IsraelOrtuno/master

Added alias for resolution

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request anlutro#95 from IsraelOrtuno/master

Add a setting() helper to act as an alias

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request anlutro#92 from FinesseRus/feature/optional-migration

Running the built-in migration is optional

0.6.0

Toggle 0.6.0's commit message
Laravel 5.5 autodiscovery.

Updated the package to be autodiscovered.

0.5.2

Toggle 0.5.2's commit message
Revert "Merge pull request anlutro#77 from SidharthRaveendran/master"

This reverts commit 4881bc5, reversing
changes made to 66b99dd.

0.5.1

Toggle 0.5.1's commit message
Merge pull request anlutro#77 from SidharthRaveendran/master

Laravel 5.5 autodiscovery.

0.5.0

Toggle 0.5.0's commit message
Added parameters in config file to set the key and value columns name (

…anlutro#66)

* Added parameters in config file to set the key and value columns names in database, to avoid use the oracle reserved words (key and value)

* Fixed properties names to camel case form.
Fixed identation.

* Default values for column names in settings table were changed to previous default values ('key' and 'value'), to avoid crash on updating already installed packages.