n How to Increment and decrement value of a given column in Laravel 7 | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
Category:

Question:
How to Increment and decrement value of a given column in Laravel 7 ?

Solution:

if you want to increment or decrement some DB column in some table, just use increment() or decrement()  functions. Oh, and you can increment or decrement  not only by 1, but also by some number, like 5.

Examples:

Post::find(1)->increment('votes');

Post::find(1)->increment('votes', 5);

Post::find(1)->decrement('votes');

Post::find(1)->decrement('votes', 5);

 

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook