kitar / laravel-dynamodb

A DynamoDB based Eloquent model and Query builder for Laravel.
MIT License
179 stars 27 forks source link

::create() - improve compliance with laravel model by providing static create method #15

Closed marvinosswald closed 2 years ago

marvinosswald commented 2 years ago

this is a well known and often used function on eloquent models.

it creates a new instance of a given model and saves it as well.

kitar commented 2 years ago

Thank you for the PR! It looks very nice :) I'll merge it and will be released soon.