I'm using Phpstorm 8, php 5.5.13. I don't have opcache or any other cache enabled that I'm aware of...
$model->where('column', 'LIKE', $value)->get(); $value = '*value*' or '*value' or 'value*'...
$page = Input::get('page', 1); $perPage = 30; Post::forPage($page, $perPage)->remember()->get(...
orecrush - i think he wants all the alerts which have a price lower than than the sales price, not w...
You could use named routes and create a class that accepts a route name and parameters. It would re...
Not tested but this should return a collection of alerts with product/user eager loaded grouped by u...
The Laravel portal for problem solving, knowledge sharing and community building.