我正在尝试制作rest api。我有以下数据库表 products:id, name 产品型号: public function cat(){} Cat模型 public function products(){} 当我尝试访问product时,返回如下内容: {"id": 1,
"title": "Ex
extends Model public function products() { }在我的MerchantController中,我有以下show()方法
$merchants = Merchant::selectRaw('merchants.*, REPLACE(abstract我能做些什么来解决我的问题?