Hi, i'm trying to convert all my $_GETs and $_POSTs to the Laravel style... Is my new version if(!In...
Hi, in the past i have build queries like this: if (...) {$q.="AND (city='New York' OR city='De...
Hi, is there a difference between $go = Project::findOrFail($id); $go->delete(); and Project::de...
Hi, i struggle a litte bit with the use of the "Model"... just look at my code: Route (app...
Hi, i'm running Laravel on my local machine (Win / PHP 5.5.12 / Apache) and everything works fine. B...
Leave it this way, converting complex queries to Eloquent make no sense.
I would like to use a "stripped-to-the-bone" Laravel4 too! Our latest project has ~6000 (L...
Maybe try this: app -> config.php Change 'fetch' => PDO::FETCH_CLASS, to 'fetch' => PDO::FE...
This is a good tutorial: http://scotch.io/tutorials/simple-laravel-crud-with-resource-controllers
The Laravel portal for problem solving, knowledge sharing and community building.