Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get pivot id laravel

# In your relation in model add this :
return $this->belongsToMany('YourModel')->withPivot('id');
Source by laracasts.com #
 
PREVIOUS NEXT
Tagged: #pivot #id #laravel
ADD COMMENT
Topic
Name
6+6 =