Why i cant do this: Model::select("IF(premium > 0, 'yes', 'no')" as PremiumYesNo')->...
[2015-01-02 17:25:20] local.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpExc...
public function ajaxScroll() { $take = Input::get('take'); $skip = Input::get('skip'); $articles =...
Oh sorry my bad, i made it work. Thanks! However, how to send custom methods from User too?
The Laravel portal for problem solving, knowledge sharing and community building.