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...
I make dd to $a=$products->name_product; this result when product exists, dd($a=$products->pro...
Thanks friend, but not fix, when update get succes but for create new I get this error, and I change...
Other solution for dummies :D $products=Product::where('product_name',$request->product_name)->...
The solution for the futures dummies as my! jajaja $products=Product::where('product_name',$request-...
Thank's but I need find the employee_id located on User model and get id of the row for insert on us...
The Laravel portal for problem solving, knowledge sharing and community building.
The community