Support the ongoing development of Laravel.io →

TripledoubleCZ

Joined 26 Oct 2014

Statistics

Threads 4
Replies 6
Solutions 0
Articles 0

How to update record in database

How can I update record in database? When I tried to use updateOrCreate i just got this error. SQLST...

0 Likes
4 Replies
Solved

Model create problem

$users = Users::create( (Input::only('nickname', 'info', 'age')) ); $insert = Users::create(...

0 Likes
2 Replies
Solved

How to turn off https route?

I have this route Route::group(array('before' => 'auth'), function() { Route::get('something', '...

0 Likes
4 Replies

Array to String conversion error

Hello, I keep getting this error "Array to string conversion" in this view {{ $data = DB:...

0 Likes
4 Replies
Solved
replied 9 years ago

How to update record in database

Thank you a lot! It works perfectly, just how I want.

0 Likes
replied 9 years ago

How to update record in database

$specifications = Specifications::updateOrCreate(array('id' => $id)+(Input::only('motor_type')));...

0 Likes
replied 9 years ago

Model create problem

Yes! Thank you!

0 Likes
replied 9 years ago

How to turn off https route?

Thank you, but it didn't work. The problem was in link in view. {{ HTML::link('something', 'Some Lin...

0 Likes
replied 9 years ago

How to turn off https route?

After I applied that filter it's giving me error syntax error, unexpected 'Request' (T_STRING), expe...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.