Support the ongoing development of Laravel.io →
posted 8 years ago
Eloquent
Last updated 2 years ago.
0

Referring to this ( http://laravel.io/forum/06-29-2014-custom-pivot-table-that-acc... ) problem, you can pass null only in square brackets.

So the solution is

$user=App\User::first();
$role=App\Role::first();
$user->website()->attach([null], array('role_id' => $role->id));

It actually works.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Lucassith lucassith Joined 8 Dec 2015

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.

© 2024 Laravel.io - All rights reserved.