franeklubi / clubi

A group-oriented social media platform written in Laravel and Vue

Home Page:https://clubi.franeklubi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cast fields to correct types

franeklubi opened this issue · comments

Sometimes ids are returned as strings - that's unacceptable.

A viable solution is to cast fields in models to their valid types.

Another way to solve this is passing JSON_NUMERIC_CHECK to json responses