All notable changes to qcod/laravel-settings
will be documented in this file
- Laravel 8 support
- Laravel 7 support
- Laravel 6 support
- Organize settings into groups support
- added support for publishing migration folder
- added support for publishing migration folder
- added migration publishing support
- Changed helper function and facade name, made them plural
- Binding bug fixed, now settings can be accessed via helper setting('key') and \Setting::get('key')
- initial release