I'm having a weird issue I've only started to experience recently. When running vagrant up on Homest...
In your CustomerController you have: return View::make('dashboard', array('customers', $customers));...
The short answer is almost surely, yes. I would upgrade to 1.6 if I was you.
Something like this should work for you: Route::get('/', 'HomeController@index'); Route::get('/about...
Columns should be in an array or as individual parameters. Try: public function scopeGroupByMonth($q...
The Laravel portal for problem solving, knowledge sharing and community building.
The community