It may be as you said, that you can't use 'link' as a key, but I'm not entirely sure. I never use th...
Try this. $work = new Work; $work->title = Input::get('title'); $work->link = Input::get('link...
{{ Form::text('link', Input::old('link'), ['class' => 'form-control']) }}
Well, either way I learned that I can use a query restriction on pivot tables so it's been fun. Now,...
Yea, two pivot table columns is what I meant. It does sound like a bug. Hopefully it is not somethin...
The Laravel portal for problem solving, knowledge sharing and community building.