All notable changes to qcod/laravel-app-settings
will be documented in this file
- Laravel 9 support
- Runtime group name change using
app('app-settings')->setStorageGroup('my-storage-group')
- Laravel 8 support
- Laravel 7 support
- Laravel 6 support
- Group Settings by name
Package has been split into two parts
qcod/laravel-app-settings
which keeps the current API without any breaking changes andqcod/laravel-settings
to store a key-value pair in the database
- Added support for image and file upload in settings
- initial release