Access/Set repeater or field from (php file)custom Livewire component in a resource create form
I have used a custom (scanner) livewire component inside order resource in order to scan qrcode and get with javascript the id of a product.
In order resource form I use a repeater of products.How can I access from Scanner.php the collection(order_lines) that repeater produce from order resource because I want to add that product from the Id I got.
0 Replies