Hello,
It would be great if we could accept uploading files (for example for blog posts) over Rest API. That could be done with middleware or custom function before executing $this->model->save([Post], [Allowed Params]). I can implement that feature too, if we can decide how we should do this.
Hello,
It would be great if we could accept uploading files (for example for blog posts) over Rest API. That could be done with middleware or custom function before executing
$this->model->save([Post], [Allowed Params]). I can implement that feature too, if we can decide how we should do this.