return $this->Carbon\Carbon::now()->addMinute(10); code example Example: carbon add minutes Carbon::now()->addMinutes($minutes)->timestamp;