Releases: CodeTechAgency/laravel-model-settings
Releases · CodeTechAgency/laravel-model-settings
0.0.5 No table exception
If the model_settings table was not migrated, the loadSettings() method on the Service Provider will catch that exception.
0.0.4 Migrations and configurations fixes
- The
rootattribute was added to the model's fillable list. - The
rootcolumn has been added to migrations. - The configuration key name on the Service Provider has been fixed.
- Instructions were added to the README file about publishing the package's migrations and configuration files.
0.0.3 Package namespace fix
The package namespace has been renamed to CodeTech\ModelSettings.
0.0.2 Service Provider filename fix
SettingableServiceProvider renamed to ModelSettingsServiceProvider.
0.0.1 beta
v0.0.1-beta refactor: rename package name + service provider improvements