Hi, I am trying to add two months to the current date : $sale->sale_date = date('Y-m-d 00:00:0...
Hi, I have two models : Sale.php <?php class Sale extends Eloquent { public function groups() {...
Hi, I have this request : $sale = Sale::where('alias', '=', $alias)->first(); What is the best pr...
Thanks for your answer. This solution means that i have to store every slugs of each products, and i...
I tried all of them, but still the same... Too bas, i'm going with. Thank you all
It seems that errors in views appear correctly, and errors in controllers, route or model don't appe...
It doesn't work... It's very strange, because some errors are correctly displayed, and sometimes it'...
The Laravel portal for problem solving, knowledge sharing and community building.