Skip to content

Releases: CodeTechAgency/laravel-model-settings

0.0.5 No table exception

20 Apr 22:54

Choose a tag to compare

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

20 Apr 22:34

Choose a tag to compare

  • The root attribute was added to the model's fillable list.
  • The root column 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

20 Apr 21:27

Choose a tag to compare

Pre-release

The package namespace has been renamed to CodeTech\ModelSettings.

0.0.2 Service Provider filename fix

20 Apr 21:11

Choose a tag to compare

Pre-release

SettingableServiceProvider renamed to ModelSettingsServiceProvider.

0.0.1 beta

20 Apr 12:33

Choose a tag to compare

0.0.1 beta Pre-release
Pre-release
v0.0.1-beta

refactor: rename package name + service provider improvements