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:...
$specifications = Specifications::updateOrCreate(array('id' => $id)+(Input::only('motor_type')));...
Thank you, but it didn't work. The problem was in link in view. {{ HTML::link('something', 'Some Lin...
After I applied that filter it's giving me error syntax error, unexpected 'Request' (T_STRING), expe...
The Laravel portal for problem solving, knowledge sharing and community building.
The community