Support the ongoing development of Laravel.io →

njuarezgt

Joined 2 Oct 2015

Statistics

Threads 12
Replies 15
Solutions 2
Articles 0
posted 8 years ago

How generate a form with dynamic fields

Hi folks, do you can help with this, I want to create a form with dinamyc fields for insert products...

0 Likes
0 Replies

How attach after save another model

Hi friends, help me please, how I can do for save InventorEntry model and get the id for attach a pr...

0 Likes
0 Replies

Where change the path to redirect a no login user?

I changed on return view('auth.login') to return view('/') and give error [.] no exists Thanks frien...

0 Likes
0 Replies

Why I get Trying to get property of non-object

$products=Product::where('product_name',$request->product_name)->first(); if($products->...

0 Likes
3 Replies

How to update just one field with fill method in the table

How I can fill $a in to the table, pls and regards. $products=Product::where('product_name',$request...

0 Likes
1 Replies
Solved
replied 8 years ago

Why I get Trying to get property of non-object

I make dd to $a=$products->name_product; this result when product exists, dd($a=$products->pro...

0 Likes
replied 8 years ago

Why I get Trying to get property of non-object

Thanks friend, but not fix, when update get succes but for create new I get this error, and I change...

0 Likes
replied 8 years ago

How to update just one field with fill method in the table

Other solution for dummies :D $products=Product::where('product_name',$request->product_name)->...

0 Likes
Solved
replied 8 years ago

How to math operators on controllers

The solution for the futures dummies as my! jajaja $products=Product::where('product_name',$request-...

0 Likes
Solved
replied 8 years ago

How can find a key on a other model and insert on a query for store method

Thank's but I need find the employee_id located on User model and get id of the row for insert on us...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.