Releases: langleyfoxall/helpers-laravel
Releases · langleyfoxall/helpers-laravel
1.6.0
- Add method that gets the next auto-increment id for a model.
Models::getNextId(Model $model)
1.5.0
- Add method to get an array of the columns in a model's database table.
Models::getColumns(Model $model)
1.4.0
- Add methods to UTF-8 encode model attributes.
Models::utf8EncodeModel(Model $model)
Models::utf8EncodeModels(Collection $models)
- Remove
composer.lock
.
1.3.0
1.2.0
- 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
.