Hi everyone,
Today i will tell you about a tip to increment and decrement any column in Laravel.
$user::find(1)->increment('likes');
$user::find(1)->decrement('likes');
you can use it anywhere where you want.
Hi everyone,
Today i will tell you about a tip to increment and decrement any column in Laravel.
$user::find(1)->increment('likes');
$user::find(1)->decrement('likes');
you can use it anywhere where you want.
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Pawani Madushika -
Omo Agbagbara -
Madhav Ganesan -
Mike Young -
Top comments (0)