Support the ongoing development of Laravel.io →

Marcelo Henry das Neves

Joined 27 Jan 2022

Statistics

Threads 2
Replies 5
Solutions 2
Articles 0

filter data from a table in laravel

I'm trying to make a filter to return only the results with status_pedido 'pendente' and 'recebido'....

celohenryz liked this thread

1 Likes
1 Replies
Solved

invalid argument suppiled foreach() laravel

hello, i recently started working with laravel and i'm facing a problem: I'm getting data from the a...

celohenryz liked this thread

1 Likes
8 Replies
Solved
replied 2 years ago

filter data from a table in laravel

I managed to do it this way: $pedidos = Pedido::with('itensPedido')->whereIn('status_pedido',...

0 Likes
Solved
replied 2 years ago

invalid argument suppiled foreach() laravel

I/flutter (30324): [{id_produto: 13, tamanho: 16/17, quantidade: 1, valor_unitario: 180.0}, {id_prod...

0 Likes
Solved
replied 2 years ago

invalid argument suppiled foreach() laravel

returning the same error ''Invalid argument supplied for foreach()''

0 Likes
replied 2 years ago

invalid argument suppiled foreach() laravel

return this [{"id_produto":13,"tamanho":"16/17","quantidade"...

0 Likes
replied 2 years ago

invalid argument suppiled foreach() laravel

I typed print_r($itens) and the return was Array ( [0] => stdClas Object ( [id_produto] => 30...

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.