Skip to content

Releases: igortrinidad/laravel-model-utilities

Added UpperCaseFirst trait and tests

20 Jun 12:24
Compare
Choose a tag to compare
1.2.4

Added readme examples

Fixed mass assignment update for formatCurrency trait

09 Jun 14:21
Compare
Choose a tag to compare

This trait was throwing an error while using $model->update() method cause the virtual formatted_value was passing to mass assignment helper, so we had to remove the virtual attribute before saving the model that uses the trait formatCurrency.

Added fullName trait and helper

04 Jun 13:31
Compare
Choose a tag to compare
1.2.2

Added fullName helper

Added default settings and config file to improve code reuse

01 Jun 18:10
Compare
Choose a tag to compare
1.2.0

Added info for configs in readme

Change in composer.json

01 Jun 00:19
Compare
Choose a tag to compare
1.1.1

Changed min stalibility and removed version from composer.json

First release

01 Jun 00:12
Compare
Choose a tag to compare
1.1.0

Increase package version and added min stability dev in composer.json