All notable changes to setting
will be documented in this file.
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #9
- Bump ramsey/composer-install from 1 to 2 by @dependabot in #10
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #12
- Upgrade package by @michaelnabil230 in #13
- @michaelnabil230 made their first contribution in #13
Full Changelog: https://github.com/michaelnabil230/laravel-setting/compare/v1.2.6...v2.0.0
- Bump aglipanci/laravel-pint-action from 0.1.0 to 1.0.0 by @dependabot in #7
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #8
- Format workflow
- Rename file
AbstractStore
toSettingStore
- Added method
setExtraColumns
inSettingStore
- Fix types in the helper setting
- Some Improvements in
RedisSettingStore
Full Changelog: https://github.com/michaelnabil230/laravel-setting/compare/v1.2.5...v1.2.6
- Add workflow of
laravel/pint
- Change the name of all classes in the package from
LaravelSetting
toSetting
Full Changelog: https://github.com/michaelnabil230/laravel-setting/compare/v1.2.4...v1.2.5
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #6
Full Changelog: https://github.com/michaelnabil230/laravel-setting/compare/v1.2.3...v1.2.4
Full Changelog: https://github.com/michaelnabil230/laravel-setting/compare/v1.2.2...v1.2.3
v1.2.2 - 2022-05-09
- Move file
helpers
tosrc\helpers.php
v1.2.1 - 2022-05-09
- Fix the
DataBase
mode
v1.2.0 - 2022-04-22
- Add
flip
is a helper function flipping a boolean the key in the setting - Add
enable
is a helper function that can enable the key in the setting - Add
disable
is a helper function that can disable the key in the setting - Add the new package
friendsofphp/php-cs-fixer
inrequire-dev
for formatting code
- Rename the filename of fixer style and everything related to it
- Fix the types in helper file
- initial release