Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 3 years ago.
1

I think you are referring to this: http://laravel.com/docs/eloquent#working-with-pivot-tables

EDIT:

Related data on pivot tables can be added like this according to the documentation.

$user->roles()->sync(array(1 => array('expires' => true)));
Last updated 3 years ago.
1

Sign in to participate in this thread!

Native PHP

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.