How can I update record in database? When I tried to use updateOrCreate i just got this error. SQLST...
$users = Users::create( (Input::only('nickname', 'info', 'age')) ); $insert = Users::create(...
I have this route Route::group(array('before' => 'auth'), function() { Route::get('something', '...
Hello, I keep getting this error "Array to string conversion" in this view {{ $data = DB:...
Joe5: Then I'm getting error "Object of class stdClass could not be converted to string "...
The Laravel portal for problem solving, knowledge sharing and community building.