Hi, this is a common custom error message: $messages = array( 'min' => 'This field aint long enou...
Hi, this happens in the Controller: $data['brands']=$this->brands; return View::make('form',$data...
Hi, this is the common version of routing: Route::get('/test/{squirrel}', function($squirrel){$data[...
Hi, my webhoster offers PHP 5.4 + MCrypt PHP Extension so the requirements are fine. But it's shared...
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.