如何连接表格为我的项目创建流畅的laravel api。

时间:2016-08-30 21:46:35

标签: laravel laravel-5.2

让我们说四张桌子。

$ products,$ attributes,$ tags,$ categories

我正在尝试加入所有这些来创建一个流畅的api,如下所示。

```

[
 {
  "products": {
    product_name: "Shiny Shoes", <<<<---- Currently i can get one table to work.
    product_description: "These Are Shiny Shoes",
  "attributes": {
    attributes_name: null,
    attributes_description: null
 }
}

```

我无法加入所有四张桌子,我尝试了一切,但仍然无法工作。

0 个答案:

没有答案