I have a service provider that I use to share variables in views. Now I need to be able to use a var...
So here's a problem I've encountered now. I have some page to view stats for different kinds of cont...
$sum = 0; foreach($invoices as $invoice) { $sum += $invoice->items->sum('price'); }
So you say there are 2 redirects happening ? It doesn't work this way. Error messages are flashed, n...
What do you have in your models ? I'm pretty sure this is a solvable problem :)
The errors will be shown on the page the first form was shown. When validation fails, it executes a...
The Laravel portal for problem solving, knowledge sharing and community building.