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
Jayaprasanna Roddam -
Michael Linson -
Michael Z -
SnapNews -
Top comments (0)