Posts by Daniel Lucas Alves • 31 points
1 post
-
1
votes1
answer63
viewsQ: Save data to a variable inside the for in Laravel
I’m trying to save data from a loop inside an array, but when I do var_dump outside the for he just shows me one of the dice someone knows how to fix it ? <?php namespace App\Http\Controllers;…