$movie = Product::find(1); $actors_array = explode(',', $movie->actors); foreach($actors_array a...
I suggest installing Clockwork. here Let me know if that helped figure out your problem. :) If it is...
You probably need to do a little bit of debugging. Make sure your request gets to the desired contro...
Oh, i put the request there in case you needed to use additional parameters in the controller, witho...
The Laravel portal for problem solving, knowledge sharing and community building.
The community