// you can increase using $post = Post::find($id); $post->increment('views'); // or you can decrease using $post = Post::find($id); $post->decrement('views');