//In your case you don't even need to access those attributes, since they'll automatically be merged in: $business = factory(AppBusiness::class)->create(); factory(AppUser::class, 5)->create([ 'business_id' => $business->id, ]);