mselem
is there a best way to create multiple rows record?
current what I made was to edit handleRecordCreation method to allow bool return type:
changed from Model => Model | bool
then on my createResource class I override handleRecordCreation
with return MyModel::insert($MyArray);
any suggestion
thanks in advance
1 replies