I have a site that I want any logged in action to be protected under SSL, say all routes are under /...
Hi there, I have a large SQL statement that I am executing like so... $result = DB::select($sql); I...
Hi there - anybody know how to fix this? $sales = OrderLine::with(array('Order' => function($que...
My dateTime fields are stored in mySQL as a timestamp and the fields are mutated? as below: public f...
Hiya - is there a way to get the time to expiration for a cached object?
So it turned out that when I installed AWS-SDK_PHP with 'composer install AWS-SDK_PHP' it picked a 2...
I'm putting this down a lack of coffee. I think it was my hard drive hitting full and effecting the...
If anybody is interested in future I solved it like this... $sales = DB::table('order_lines')...
Thanks atrakeur that was right on the money!
Thanks! Is there a way to just return the sum? This seems to do that and not a collection (but I can...
The Laravel portal for problem solving, knowledge sharing and community building.