Skip to content

Releases: langleyfoxall/helpers-laravel

1.6.0

28 Aug 11:23
890c32a
Compare
Choose a tag to compare
  • Add method that gets the next auto-increment id for a model.
    • Models::getNextId(Model $model)

1.5.0

24 Aug 12:11
7932752
Compare
Choose a tag to compare
  • Add method to get an array of the columns in a model's database table.
    • Models::getColumns(Model $model)

1.4.0

02 Aug 12:19
66aee5d
Compare
Choose a tag to compare
  • Add methods to UTF-8 encode model attributes.
    • Models::utf8EncodeModel(Model $model)
    • Models::utf8EncodeModels(Collection $models)
  • Remove composer.lock.

1.3.0

31 Jul 15:23
7799711
Compare
Choose a tag to compare
  • 💣 Made compatible with lower versions of Laravel

1.2.0

25 Jul 15:37
ba29898
Compare
Choose a tag to compare
  • Add Models::all() that returns a collection of class names for all Eloquent models within your app path.
  • Added support for Laravel 5.5.
  • Correct license string in composer.json.

1.1.2

13 Jul 15:28
bc444cd
Compare
Choose a tag to compare
  • Downgrade PHP dependency from 7.1 to 7.0

1.1.1

02 Jul 14:24
c68f52c
Compare
Choose a tag to compare
Merge pull request #4 from LFSoftware/dextermb-patch-1

Revert ApiResponse with minor changes

1.1.0

02 Jul 13:28
d0bad9f
Compare
Choose a tag to compare
Merge pull request #2 from LFSoftware/dextermb-patch-1

Update response helpers