Hi, i use this $data['cities'] = DB::select("SELECT ..."); return View::make('test',$citie...
Hi, what's the difference between return View::make('x')->with('viewData', $viewData); and retur...
Hi, i call this somewhere in the CustomerController(): $results = CustomerModel::getCustomers(); Th...
Hi, any idea how to clear the input? After passing the validator my script has var_dump(Input::all()...
Hi, i'm using this form: {{ Form::select('year', [date("Y"), date("Y")+1, date(&...
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.