積極的な読み込み:
$ energy =VehicleLog ::with('vehicle')-> first();
また :
- この変数は
store()
では使用されません アクション:
$cars = Vehicle::all();
$staff = Staff::get();
-
fill()
を使用できます 方法:
$energy->fill($request->only([
'staff_key', 'vehicle_id', 'admin_time',
'driving_time', 'work_time', // ...
]));