How to show values of a lookup table in a many to many relationship

前端 未结 0 1155
一整个雨季
一整个雨季 2020-11-30 05:04

I have a many to many tables as follows

Phyto:Model

  public function species()
     {
         return $this->belongsToMany(Species::class,\'phyto_s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题