Hi folks, do you can help with this, I want to create a form with dinamyc fields for insert products...
Hi friends, help me please, how I can do for save InventorEntry model and get the id for attach a pr...
I changed on return view('auth.login') to return view('/') and give error [.] no exists Thanks frien...
$products=Product::where('product_name',$request->product_name)->first(); if($products->...
How I can fill $a in to the table, pls and regards. $products=Product::where('product_name',$request...
Try this and helpme too because i have that question too. jaja, Suposed have my example: $employees...
shez1983 said: the doc mention has many through relationship for exactly what you are trying to do...
Try: $employee = Department::with('employees')->get(); or $employee = Employee::with('department...
soft-delete don't run on related models, just can use dettach find id on the model and dettach de FK...
Delarates the reverse relation on your other model, I has this. Supose I have Departments and Employ...
The Laravel portal for problem solving, knowledge sharing and community building.